Mercurial > sdl-ios-xcode
comparison include/SDL_config_win32.h @ 3974:42578e98a295 SDL-1.2
Whoops, fixed previous VC6 support patch.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 21 Jun 2007 18:48:13 +0000 |
parents | 5fbd763b1c88 |
children | 568c9b3c0167 |
comparison
equal
deleted
inserted
replaced
3973:5fbd763b1c88 | 3974:42578e98a295 |
---|---|
50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR))) | 50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR))) |
51 #define DWORD_PTR DWORD | 51 #define DWORD_PTR DWORD |
52 #endif | 52 #endif |
53 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR))) | 53 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR))) |
54 #define LONG_PTR LONG | 54 #define LONG_PTR LONG |
55 #endif | |
56 #ifndef GWLP_HINSTANCE | |
57 #define GWLP_HINSTANCE GWL_HINSTANCE | |
58 #endif | |
59 #endif | 55 #endif |
60 #else /* !__GNUC__ && !_MSC_VER */ | 56 #else /* !__GNUC__ && !_MSC_VER */ |
61 typedef signed char int8_t; | 57 typedef signed char int8_t; |
62 typedef unsigned char uint8_t; | 58 typedef unsigned char uint8_t; |
63 typedef signed short int16_t; | 59 typedef signed short int16_t; |