Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.in @ 4050:ef815c44c662 SDL-1.2
Warn Visual C++ users if they have a stale configure generated SDL_config.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 12 Jul 2007 02:51:58 +0000 |
parents | e85e65aec22f |
children | f733c048a94f |
comparison
equal
deleted
inserted
replaced
4049:60f677630282 | 4050:ef815c44c662 |
---|---|
25 | 25 |
26 /* This is a set of defines to configure the SDL features */ | 26 /* This is a set of defines to configure the SDL features */ |
27 | 27 |
28 /* General platform specific identifiers */ | 28 /* General platform specific identifiers */ |
29 #include "SDL_platform.h" | 29 #include "SDL_platform.h" |
30 | |
31 /* Make sure that this isn't included by Visual C++ */ | |
32 #ifdef _MSC_VER | |
33 #error You should copy include/SDL_config.h.default to include/SDL_config.h | |
34 #endif | |
30 | 35 |
31 /* C language features */ | 36 /* C language features */ |
32 #undef const | 37 #undef const |
33 #undef inline | 38 #undef inline |
34 #undef volatile | 39 #undef volatile |