diff options
Diffstat (limited to 'include/types.h')
| -rw-r--r-- | include/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/types.h b/include/types.h index f7c0eb6..9fef833 100644 --- a/include/types.h +++ b/include/types.h @@ -12,7 +12,7 @@ typedef unsigned short int uint16; typedef unsigned long uint32; typedef unsigned long long uint64; -#if defined(__x86_64) +#if defined(__x86_64) || defined(__i686) typedef uint64 uintptr; #else typedef uint32 uintptr; |
