Mercurial > sdl-ios-xcode
comparison include/SDL_config_win32.h @ 2133:03715e20ec3c
Fixed previous VC6 patch.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 21 Jun 2007 18:50:00 +0000 |
parents | 46648dc418ec |
children | e47e63af07df |
comparison
equal
deleted
inserted
replaced
2132:46648dc418ec | 2133:03715e20ec3c |
---|---|
49 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR))) | 49 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR))) |
50 #define DWORD_PTR DWORD | 50 #define DWORD_PTR DWORD |
51 #endif | 51 #endif |
52 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR))) | 52 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR))) |
53 #define LONG_PTR LONG | 53 #define LONG_PTR LONG |
54 #endif | |
55 #ifndef GWLP_HINSTANCE | |
56 #define GWLP_HINSTANCE GWL_HINSTANCE | |
57 #endif | |
58 #endif | 54 #endif |
59 #else /* !__GNUC__ && !_MSC_VER */ | 55 #else /* !__GNUC__ && !_MSC_VER */ |
60 typedef signed char int8_t; | 56 typedef signed char int8_t; |
61 typedef unsigned char uint8_t; | 57 typedef unsigned char uint8_t; |
62 typedef signed short int16_t; | 58 typedef signed short int16_t; |