X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fpcx.h;h=47250992dedc20f1e22c38255b434940408d8c51;hp=45fc251b4ef86495821a0104bf9f7de1805653d9;hb=a8b2caa1d373c84c1b3fc2f615370c2a319051ca;hpb=b96c3dc500494652748c24f0aa48a8201ea202dd diff --git a/src/pcx.h b/src/pcx.h index 45fc251b..47250992 100644 --- a/src/pcx.h +++ b/src/pcx.h @@ -14,7 +14,7 @@ #ifndef PCX_H #define PCX_H -#ifndef USE_SDL_LIBRARY +#ifndef TARGET_SDL #include "main.h" #include "image.h" @@ -31,6 +31,5 @@ extern int errno_pcx; Image *Read_PCX_to_Image(char *); -#endif /* !USE_SDL_LIBRARY */ - +#endif /* !TARGET_SDL */ #endif /* PCX_H */