These files should be included from SDL_config.h (so they get SDL_platform.h)

This commit is contained in:
Sam Lantinga 2006-03-23 21:52:47 +00:00
parent c7a3093842
commit 07a8850934
7 changed files with 21 additions and 0 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */