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