rnd-20000722-1-src
[rocksndiamonds.git] / src / image.c
index 83d8216b43bd02c7152bf05dc8ede398557fd2de..a3f925702580d147918aeece470abd27d01a849f 100644 (file)
@@ -11,6 +11,8 @@
 *  image.c                                                 *
 ***********************************************************/
 
+#ifndef USE_SDL_LIBRARY
+
 #include "image.h"
 #include "pcx.h"
 #include "misc.h"
@@ -551,4 +553,5 @@ int Read_PCX_to_Pixmap(Display *display, Window window, GC gc, char *filename,
   return PCX_Success;
 }
 
+#endif /* !USE_SDL_LIBRARY */
 #endif /* !MSDOS */