X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2Fprivate.h;h=f2458c6c07e930d7d64f830112b1b2a5b80a535a;hb=25e3d5e35a7fd7efdffc420efe3c41a91cefe43f;hp=0c40c671123cf7b8de9928428f16c6c33dd43ae9;hpb=24004d6ab1e68faaf85ece11b566449997da5013;p=lugaru.git diff --git a/Source/private.h b/Source/private.h index 0c40c67..f2458c6 100644 --- a/Source/private.h +++ b/Source/private.h @@ -49,7 +49,7 @@ typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned long uint32_t; #ifdef WIN32 -typedef unsigned __int64 uint64_t; +typedef unsigned __int64 uint64_t; #else typedef unsigned long long uint64_t; #endif