X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2Finclude%2Fstdint.h;h=adfb101e8e9180d64f66ef20712c219bfcbece06;hb=37eb4d555b07704870b7dc87591d72b5b2539dec;hp=a7857ef32ef134842662635990f8d7114a8373ac;hpb=ad2ec62655e1d6eb8f2b4a4684eb5d7952aea0fb;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