comparison include/SDL_config.h.in @ 2175:2590d4e5fb89

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 03:14:49 +0000
parents 9c9c49b18693
children 93994f65c74c
comparison
equal deleted inserted replaced
2174:8f37b91f2e3e 2175:2590d4e5fb89
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