X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fpcx.c;h=b075940c8447a0a273938c63cb0ce5ddc325b6ad;hb=a8b2caa1d373c84c1b3fc2f615370c2a319051ca;hp=b26e44274c4c99d8f7dbfa18857cf5bedd20af6b;hpb=a35852e106072656e444202e672d050ebff03abb;p=rocksndiamonds.git diff --git a/src/pcx.c b/src/pcx.c index b26e4427..b075940c 100644 --- 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 */