X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fpcx.h;h=47250992dedc20f1e22c38255b434940408d8c51;hb=228a5718ede5ee00512ed2e333b3cee47baa124c;hp=45fc251b4ef86495821a0104bf9f7de1805653d9;hpb=52189f4b3b797e08699f67880198b585320cf8bf;p=rocksndiamonds.git 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 */