X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fimage.c;h=5331a8865c956ebdee5229c3326e2316bed4c2f1;hb=a8b2caa1d373c84c1b3fc2f615370c2a319051ca;hp=a3f925702580d147918aeece470abd27d01a849f;hpb=52189f4b3b797e08699f67880198b585320cf8bf;p=rocksndiamonds.git diff --git a/src/image.c b/src/image.c index a3f92570..5331a886 100644 --- a/src/image.c +++ b/src/image.c @@ -11,7 +11,7 @@ * image.c * ***********************************************************/ -#ifndef USE_SDL_LIBRARY +#ifndef TARGET_SDL #include "image.h" #include "pcx.h" @@ -553,5 +553,5 @@ int Read_PCX_to_Pixmap(Display *display, Window window, GC gc, char *filename, return PCX_Success; } -#endif /* !USE_SDL_LIBRARY */ #endif /* !MSDOS */ +#endif /* !TARGET_SDL */