equal
deleted
inserted
replaced
20 slouken@libsdl.org |
20 slouken@libsdl.org |
21 */ |
21 */ |
22 |
22 |
23 #ifndef _SDL_config_win32_h |
23 #ifndef _SDL_config_win32_h |
24 #define _SDL_config_win32_h |
24 #define _SDL_config_win32_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 a set of defines to configure the SDL features */ |
29 /* This is a set of defines to configure the SDL features */ |
27 |
30 |
28 #ifdef _MSC_VER |
31 #ifdef _MSC_VER |
29 typedef signed __int8 int8_t; |
32 typedef signed __int8 int8_t; |