# HG changeset patch # User Sam Lantinga # Date 1143150913 0 # Node ID d951a5afaf072bbf5136a25b3f2a38337eb7693b # Parent 932ba94c40324f5b87bbae97f7e56c7fcf3831d2 A less rude way of doing the same thing... diff -r 932ba94c4032 -r d951a5afaf07 include/SDL_config_amiga.h --- a/include/SDL_config_amiga.h Thu Mar 23 21:52:47 2006 +0000 +++ b/include/SDL_config_amiga.h Thu Mar 23 21:55:13 2006 +0000 @@ -22,9 +22,8 @@ #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 + +#include "SDL_platform.h" /* This is a set of defines to configure the SDL features */ diff -r 932ba94c4032 -r d951a5afaf07 include/SDL_config_dreamcast.h --- a/include/SDL_config_dreamcast.h Thu Mar 23 21:52:47 2006 +0000 +++ b/include/SDL_config_dreamcast.h Thu Mar 23 21:55:13 2006 +0000 @@ -22,9 +22,8 @@ #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 + +#include "SDL_platform.h" /* This is a set of defines to configure the SDL features */ diff -r 932ba94c4032 -r d951a5afaf07 include/SDL_config_macos.h --- a/include/SDL_config_macos.h Thu Mar 23 21:52:47 2006 +0000 +++ b/include/SDL_config_macos.h Thu Mar 23 21:55:13 2006 +0000 @@ -22,9 +22,8 @@ #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 + +#include "SDL_platform.h" /* This is a set of defines to configure the SDL features */ diff -r 932ba94c4032 -r d951a5afaf07 include/SDL_config_macosx.h --- a/include/SDL_config_macosx.h Thu Mar 23 21:52:47 2006 +0000 +++ b/include/SDL_config_macosx.h Thu Mar 23 21:55:13 2006 +0000 @@ -22,9 +22,8 @@ #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 + +#include "SDL_platform.h" /* This is a set of defines to configure the SDL features */ diff -r 932ba94c4032 -r d951a5afaf07 include/SDL_config_minimal.h --- a/include/SDL_config_minimal.h Thu Mar 23 21:52:47 2006 +0000 +++ b/include/SDL_config_minimal.h Thu Mar 23 21:55:13 2006 +0000 @@ -22,9 +22,8 @@ #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 + +#include "SDL_platform.h" /* This is the minimal configuration that can be used to build SDL */ diff -r 932ba94c4032 -r d951a5afaf07 include/SDL_config_os2.h --- a/include/SDL_config_os2.h Thu Mar 23 21:52:47 2006 +0000 +++ b/include/SDL_config_os2.h Thu Mar 23 21:55:13 2006 +0000 @@ -22,9 +22,8 @@ #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 + +#include "SDL_platform.h" /* This is a set of defines to configure the SDL features */ diff -r 932ba94c4032 -r d951a5afaf07 include/SDL_config_win32.h --- a/include/SDL_config_win32.h Thu Mar 23 21:52:47 2006 +0000 +++ b/include/SDL_config_win32.h Thu Mar 23 21:55:13 2006 +0000 @@ -22,9 +22,8 @@ #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 + +#include "SDL_platform.h" /* This is a set of defines to configure the SDL features */