rnd-20001122-1-src
[rocksndiamonds.git] / src / image.c
index 83d8216b43bd02c7152bf05dc8ede398557fd2de..2b234d477a9452b62d8fedeb918d65c395780a4b 100644 (file)
@@ -11,6 +11,8 @@
 *  image.c                                                 *
 ***********************************************************/
 
+#ifndef USE_SDL_LIBRARY
+
 #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 /* !USE_SDL_LIBRARY */