rnd-20001125-3-src
[rocksndiamonds.git] / src / image.c
index 2b234d477a9452b62d8fedeb918d65c395780a4b..5331a8865c956ebdee5229c3326e2316bed4c2f1 100644 (file)
@@ -11,7 +11,7 @@
 *  image.c                                                 *
 ***********************************************************/
 
-#ifndef USE_SDL_LIBRARY
+#ifndef TARGET_SDL
 
 #include "image.h"
 #include "pcx.h"
@@ -554,4 +554,4 @@ int Read_PCX_to_Pixmap(Display *display, Window window, GC gc, char *filename,
 }
 
 #endif /* !MSDOS */
-#endif /* !USE_SDL_LIBRARY */
+#endif /* !TARGET_SDL */