mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 16:48:06 +00:00
spicec-win: add #ifndef _WIN64 for u/intptr_t typedefs
This commit is contained in:
parent
66d89ee04f
commit
3d08b908b4
@ -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 */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user