X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fimage.h;h=18f3ec0d609718c15d2b5bb252c506291c9ad88b;hp=d05b63c6a21ab424d8d14f7dde497c0b29057628;hb=a8b2caa1d373c84c1b3fc2f615370c2a319051ca;hpb=b96c3dc500494652748c24f0aa48a8201ea202dd diff --git a/src/image.h b/src/image.h index d05b63c6..18f3ec0d 100644 --- a/src/image.h +++ b/src/image.h @@ -14,7 +14,7 @@ #ifndef IMAGE_H #define IMAGE_H -#ifndef USE_SDL_LIBRARY +#ifndef TARGET_SDL #include "main.h" @@ -57,6 +57,5 @@ Image *newImage(unsigned int, unsigned int, unsigned int); void freeImage(Image *); void freeXImage(Image *, XImageInfo *); -#endif /* !USE_SDL_LIBRARY */ - +#endif /* !TARGET_SDL */ #endif /* IMAGE_H */