Mercurial > sdl-ios-xcode
comparison include/SDL_config_win32.h @ 1470:d47d96962fcc
Fixed declarations to match mingw includes
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 06 Mar 2006 06:00:45 +0000 |
parents | 8dfa9a6d69a5 |
children | 9fb0eee04dd9 |
comparison
equal
deleted
inserted
replaced
1469:bf867c1e57e3 | 1470:d47d96962fcc |
---|---|
50 typedef signed int int32_t; | 50 typedef signed int int32_t; |
51 typedef unsigned int uint32_t; | 51 typedef unsigned int uint32_t; |
52 typedef signed long long int64_t; | 52 typedef signed long long int64_t; |
53 typedef unsigned long long uint64_t; | 53 typedef unsigned long long uint64_t; |
54 typedef unsigned int size_t; | 54 typedef unsigned int size_t; |
55 typedef unsigned long uintptr_t; | 55 typedef unsigned int uintptr_t; |
56 #endif /* _MSC_VER */ | 56 #endif /* _MSC_VER */ |
57 #define SDL_HAS_64BIT_TYPE 1 | 57 #define SDL_HAS_64BIT_TYPE 1 |
58 | 58 |
59 /* Useful headers */ | 59 /* Useful headers */ |
60 #define HAVE_STDARG_H 1 | 60 #define HAVE_STDARG_H 1 |