comparison include/SDL_config_os2.h @ 1662:782fd950bd46 SDL-1.3

Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. WARNING: None of the video drivers have been updated for the new API yet! The API is still under design and very fluid. The code is now run through a consistent indent format: indent -i4 -nut -nsc -br -ce The headers are being converted to automatically generate doxygen documentation.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 28 May 2006 13:04:16 +0000
parents d951a5afaf07
children 491e43f427ee
comparison
equal deleted inserted replaced
1661:281d3f4870e5 1662:782fd950bd46
25 25
26 #include "SDL_platform.h" 26 #include "SDL_platform.h"
27 27
28 /* This is a set of defines to configure the SDL features */ 28 /* This is a set of defines to configure the SDL features */
29 29
30 typedef signed char int8_t; 30 typedef signed char int8_t;
31 typedef unsigned char uint8_t; 31 typedef unsigned char uint8_t;
32 typedef signed short int16_t; 32 typedef signed short int16_t;
33 typedef unsigned short uint16_t; 33 typedef unsigned short uint16_t;
34 typedef signed int int32_t; 34 typedef signed int int32_t;
35 typedef unsigned int uint32_t; 35 typedef unsigned int uint32_t;
36 typedef unsigned int size_t; 36 typedef unsigned int size_t;
37 typedef unsigned long uintptr_t; 37 typedef unsigned long uintptr_t;
38 typedef signed long long int64_t; 38 typedef signed long long int64_t;
39 typedef unsigned long long uint64_t; 39 typedef unsigned long long uint64_t;
40 40
41 #define SDL_HAS_64BIT_TYPE 1 41 #define SDL_HAS_64BIT_TYPE 1
42 42
43 /* Use Watcom's LIBC */ 43 /* Use Watcom's LIBC */
44 #define HAVE_LIBC 1 44 #define HAVE_LIBC 1