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