X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2Finclude%2Fstdint.h;h=adfb101e8e9180d64f66ef20712c219bfcbece06;hb=768eb85491125c0073e7739641c2b317dc8d1605;hp=a7857ef32ef134842662635990f8d7114a8373ac;hpb=0cf0603b0b1f6a8617f8efc73375b9b1a9da2159;p=tpg%2Facess2.git diff --git a/Usermode/include/stdint.h b/Usermode/include/stdint.h index a7857ef3..adfb101e 100644 --- a/Usermode/include/stdint.h +++ b/Usermode/include/stdint.h @@ -14,7 +14,7 @@ typedef signed short int16_t; typedef signed long int32_t; typedef signed long long int64_t; -#if __LP64__ +#ifdef __LP64__ typedef uint64_t intptr_t; typedef uint64_t uintptr_t; #else