X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fimage.c;h=5331a8865c956ebdee5229c3326e2316bed4c2f1;hb=a8b2caa1d373c84c1b3fc2f615370c2a319051ca;hp=83d8216b43bd02c7152bf05dc8ede398557fd2de;hpb=d4665f01d15ba3679f378819710a84d6c2348a9c;p=rocksndiamonds.git diff --git a/src/image.c b/src/image.c index 83d8216b..5331a886 100644 --- a/src/image.c +++ b/src/image.c @@ -11,6 +11,8 @@ * image.c * ***********************************************************/ +#ifndef TARGET_SDL + #include "image.h" #include "pcx.h" #include "misc.h" @@ -552,3 +554,4 @@ int Read_PCX_to_Pixmap(Display *display, Window window, GC gc, char *filename, } #endif /* !MSDOS */ +#endif /* !TARGET_SDL */