comparison include/SDL_config_minimal.h @ 1607:932ba94c4032

These files should be included from SDL_config.h (so they get SDL_platform.h)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 23 Mar 2006 21:52:47 +0000
parents 64710b9f3eeb
children d951a5afaf07
comparison
equal deleted inserted replaced
1606:d91c02552377 1607:932ba94c4032
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 22
23 #ifndef _SDL_config_minimal_h 23 #ifndef _SDL_config_minimal_h
24 #define _SDL_config_minimal_h 24 #define _SDL_config_minimal_h
25 #ifndef _SDL_config_h
26 #error This file should be included from SDL_config.h - Copy SDL_config.h.default to SDL_config.h?
27 #endif
25 28
26 /* This is the minimal configuration that can be used to build SDL */ 29 /* This is the minimal configuration that can be used to build SDL */
27 30
28 #include <stdarg.h> 31 #include <stdarg.h>
29 32