intptr_t fix for VC6
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1089 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -23,7 +23,11 @@
|
||||
#define _TYPES_H
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# if (_MSC_VER >= 1300)
|
||||
# include <stddef.h>
|
||||
# else
|
||||
typedef int intptr_t;
|
||||
# endif
|
||||
#else
|
||||
# include <stdint.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user