Skip to content

Commit

Permalink
A less rude way of doing the same thing...
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 23, 2006
1 parent ed6783c commit c93b9bb
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 21 deletions.
5 changes: 2 additions & 3 deletions include/SDL_config_amiga.h
Expand Up @@ -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 */

Expand Down
5 changes: 2 additions & 3 deletions include/SDL_config_dreamcast.h
Expand Up @@ -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 */

Expand Down
5 changes: 2 additions & 3 deletions include/SDL_config_macos.h
Expand Up @@ -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 */

Expand Down
5 changes: 2 additions & 3 deletions include/SDL_config_macosx.h
Expand Up @@ -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 */

Expand Down
5 changes: 2 additions & 3 deletions include/SDL_config_minimal.h
Expand Up @@ -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 */

Expand Down
5 changes: 2 additions & 3 deletions include/SDL_config_os2.h
Expand Up @@ -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 */

Expand Down
5 changes: 2 additions & 3 deletions include/SDL_config_win32.h
Expand Up @@ -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 */

Expand Down

0 comments on commit c93b9bb

Please sign in to comment.