diff 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
line wrap: on
line diff
--- a/include/SDL_config.h.in	Wed Jul 11 14:52:13 2007 +0000
+++ b/include/SDL_config.h.in	Thu Jul 12 03:14:49 2007 +0000
@@ -28,6 +28,11 @@
 /* General platform specific identifiers */
 #include "SDL_platform.h"
 
+/* Make sure that this isn't included by Visual C++ */
+#ifdef _MSC_VER
+#error You should copy include/SDL_config.h.default to include/SDL_config.h
+#endif
+
 /* C language features */
 #undef const
 #undef inline