rnd-20000722-1-src
[rocksndiamonds.git] / src / pcx.c
index b26e44274c4c99d8f7dbfa18857cf5bedd20af6b..a3bdf3bd41455ff9fe80af8a22e01f6e373ff254 100644 (file)
--- a/src/pcx.c
+++ b/src/pcx.c
@@ -11,6 +11,8 @@
 *  pcx.c                                                   *
 ***********************************************************/
 
+#ifndef USE_SDL_LIBRARY
+
 #include "pcx.h"
 #include "image.h"
 #include "misc.h"
@@ -259,3 +261,5 @@ Image *Read_PCX_to_Image(char *filename)
 
   return image;
 }
+
+#endif /* !USE_SDL_LIBRARY */