rnd-20001125-3-src
[rocksndiamonds.git] / src / pcx.h
index 45fc251b4ef86495821a0104bf9f7de1805653d9..47250992dedc20f1e22c38255b434940408d8c51 100644 (file)
--- a/src/pcx.h
+++ b/src/pcx.h
@@ -14,7 +14,7 @@
 #ifndef PCX_H
 #define PCX_H
 
-#ifndef USE_SDL_LIBRARY
+#ifndef TARGET_SDL
 
 #include "main.h"
 #include "image.h"
@@ -31,6 +31,5 @@ extern int errno_pcx;
 
 Image *Read_PCX_to_Image(char *);
 
-#endif /* !USE_SDL_LIBRARY */
-
+#endif /* !TARGET_SDL */
 #endif /* PCX_H */