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