spicec-win: add #ifndef _WIN64 for u/intptr_t typedefs

This commit is contained in:
Arnon Gilboa 2010-10-20 18:07:23 +02:00
parent 66d89ee04f
commit 3d08b908b4

View File

@ -136,11 +136,13 @@ typedef unsigned long long uint_fast64_t;
/* 7.18.1.4 Integer types capable of holding object pointers */
#ifndef _WIN64
typedef int intptr_t;
typedef unsigned uintptr_t;
#endif
/* 7.18.1.5 Greatest-width integer types */