rnd-20001125-3-src
[rocksndiamonds.git] / src / pcx.c
index a3bdf3bd41455ff9fe80af8a22e01f6e373ff254..b075940c8447a0a273938c63cb0ce5ddc325b6ad 100644 (file)
--- a/src/pcx.c
+++ b/src/pcx.c
@@ -11,7 +11,7 @@
 *  pcx.c                                                   *
 ***********************************************************/
 
-#ifndef USE_SDL_LIBRARY
+#ifndef TARGET_SDL
 
 #include "pcx.h"
 #include "image.h"
@@ -262,4 +262,4 @@ Image *Read_PCX_to_Image(char *filename)
   return image;
 }
 
-#endif /* !USE_SDL_LIBRARY */
+#endif /* !TARGET_SDL */