changeset 1607:932ba94c4032

These files should be included from SDL_config.h (so they get SDL_platform.h)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 23 Mar 2006 21:52:47 +0000
parents d91c02552377
children d951a5afaf07
files include/SDL_config_amiga.h include/SDL_config_dreamcast.h include/SDL_config_macos.h include/SDL_config_macosx.h include/SDL_config_minimal.h include/SDL_config_os2.h include/SDL_config_win32.h
diffstat 7 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_config_amiga.h	Thu Mar 23 21:46:24 2006 +0000
+++ b/include/SDL_config_amiga.h	Thu Mar 23 21:52:47 2006 +0000
@@ -22,6 +22,9 @@
 
 #ifndef _SDL_config_amiga_h
 #define _SDL_config_amiga_h
+#ifndef _SDL_config_h
+#error This file should be included from SDL_config.h - Copy SDL_config.h.default to SDL_config.h?
+#endif
 
 /* This is a set of defines to configure the SDL features */
 
--- a/include/SDL_config_dreamcast.h	Thu Mar 23 21:46:24 2006 +0000
+++ b/include/SDL_config_dreamcast.h	Thu Mar 23 21:52:47 2006 +0000
@@ -22,6 +22,9 @@
 
 #ifndef _SDL_config_dreamcast_h
 #define _SDL_config_dreamcast_h
+#ifndef _SDL_config_h
+#error This file should be included from SDL_config.h - Copy SDL_config.h.default to SDL_config.h?
+#endif
 
 /* This is a set of defines to configure the SDL features */
 
--- a/include/SDL_config_macos.h	Thu Mar 23 21:46:24 2006 +0000
+++ b/include/SDL_config_macos.h	Thu Mar 23 21:52:47 2006 +0000
@@ -22,6 +22,9 @@
 
 #ifndef _SDL_config_macos_h
 #define _SDL_config_macos_h
+#ifndef _SDL_config_h
+#error This file should be included from SDL_config.h - Copy SDL_config.h.default to SDL_config.h?
+#endif
 
 /* This is a set of defines to configure the SDL features */
 
--- a/include/SDL_config_macosx.h	Thu Mar 23 21:46:24 2006 +0000
+++ b/include/SDL_config_macosx.h	Thu Mar 23 21:52:47 2006 +0000
@@ -22,6 +22,9 @@
 
 #ifndef _SDL_config_macosx_h
 #define _SDL_config_macosx_h
+#ifndef _SDL_config_h
+#error This file should be included from SDL_config.h - Copy SDL_config.h.default to SDL_config.h?
+#endif
 
 /* This is a set of defines to configure the SDL features */
 
--- a/include/SDL_config_minimal.h	Thu Mar 23 21:46:24 2006 +0000
+++ b/include/SDL_config_minimal.h	Thu Mar 23 21:52:47 2006 +0000
@@ -22,6 +22,9 @@
 
 #ifndef _SDL_config_minimal_h
 #define _SDL_config_minimal_h
+#ifndef _SDL_config_h
+#error This file should be included from SDL_config.h - Copy SDL_config.h.default to SDL_config.h?
+#endif
 
 /* This is the minimal configuration that can be used to build SDL */
 
--- a/include/SDL_config_os2.h	Thu Mar 23 21:46:24 2006 +0000
+++ b/include/SDL_config_os2.h	Thu Mar 23 21:52:47 2006 +0000
@@ -22,6 +22,9 @@
 
 #ifndef _SDL_config_os2_h
 #define _SDL_config_os2_h
+#ifndef _SDL_config_h
+#error This file should be included from SDL_config.h - Copy SDL_config.h.default to SDL_config.h?
+#endif
 
 /* This is a set of defines to configure the SDL features */
 
--- a/include/SDL_config_win32.h	Thu Mar 23 21:46:24 2006 +0000
+++ b/include/SDL_config_win32.h	Thu Mar 23 21:52:47 2006 +0000
@@ -22,6 +22,9 @@
 
 #ifndef _SDL_config_win32_h
 #define _SDL_config_win32_h
+#ifndef _SDL_config_h
+#error This file should be included from SDL_config.h - Copy SDL_config.h.default to SDL_config.h?
+#endif
 
 /* This is a set of defines to configure the SDL features */