X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fpcx.c;h=b075940c8447a0a273938c63cb0ce5ddc325b6ad;hb=a8b2caa1d373c84c1b3fc2f615370c2a319051ca;hp=a3bdf3bd41455ff9fe80af8a22e01f6e373ff254;hpb=52189f4b3b797e08699f67880198b585320cf8bf;p=rocksndiamonds.git diff --git a/src/pcx.c b/src/pcx.c index a3bdf3bd..b075940c 100644 --- a/src/pcx.c +++ b/src/pcx.c @@ -11,7 +11,7 @@ * pcx.c * ***********************************************************/ -#ifndef USE_SDL_LIBRARY +#ifndef TARGET_SDL #include "pcx.h" #include "image.h" @@ -262,4 +262,4 @@ Image *Read_PCX_to_Image(char *filename) return image; } -#endif /* !USE_SDL_LIBRARY */ +#endif /* !TARGET_SDL */