Commit 88dd0698 authored by Sam Lantinga's avatar Sam Lantinga

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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401614
parent bd6b2014
......@@ -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 */
......
......@@ -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 */
......
......@@ -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 */
......
......@@ -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 */
......
......@@ -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 */
......
......@@ -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 */
......
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment