# HG changeset patch # User Sam Lantinga # Date 1143150767 0 # Node ID 932ba94c40324f5b87bbae97f7e56c7fcf3831d2 # Parent d91c025523770ec1b77426d5d0d27a3e23f10553 These files should be included from SDL_config.h (so they get SDL_platform.h) diff -r d91c02552377 -r 932ba94c4032 include/SDL_config_amiga.h --- 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 */ diff -r d91c02552377 -r 932ba94c4032 include/SDL_config_dreamcast.h --- 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 */ diff -r d91c02552377 -r 932ba94c4032 include/SDL_config_macos.h --- 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 */ diff -r d91c02552377 -r 932ba94c4032 include/SDL_config_macosx.h --- 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 */ diff -r d91c02552377 -r 932ba94c4032 include/SDL_config_minimal.h --- 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 */ diff -r d91c02552377 -r 932ba94c4032 include/SDL_config_os2.h --- 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 */ diff -r d91c02552377 -r 932ba94c4032 include/SDL_config_win32.h --- 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 */