comparison include/SDL_config.h.minimal @ 1402:d910939febfa

Use consistent identifiers for the various platforms we support. Make sure every source file includes SDL_config.h, so the proper system headers are chosen.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 21 Feb 2006 08:46:50 +0000
parents 7ba544e2888d
children d2ee8da60262
comparison
equal deleted inserted replaced
1401:1819fd069e89 1402:d910939febfa
23 #ifndef _SDL_config_h 23 #ifndef _SDL_config_h
24 #define _SDL_config_h 24 #define _SDL_config_h
25 25
26 /* This is the minimal configuration that can be used to build SDL */ 26 /* This is the minimal configuration that can be used to build SDL */
27 27
28 #include "SDL_platform.h"
29
28 #include <stdarg.h> 30 #include <stdarg.h>
29 31
30 typedef signed char int8_t; 32 typedef signed char int8_t;
31 typedef unsigned char uint8_t; 33 typedef unsigned char uint8_t;
32 typedef signed short int16_t; 34 typedef signed short int16_t;