X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2Fbinio.h;h=b555db780953fe61aa91a6d3dd96116362e7f4e0;hb=25e3d5e35a7fd7efdffc420efe3c41a91cefe43f;hp=c67ad584862125a51a53d5c92e8989d7d1246678;hpb=87ff660bf58766ab705a749e72e04154ccf5a737;p=lugaru.git diff --git a/Source/binio.h b/Source/binio.h index c67ad58..b555db7 100644 --- a/Source/binio.h +++ b/Source/binio.h @@ -75,9 +75,9 @@ extern "C" { #else typedef unsigned char uint8_t; typedef unsigned short uint16_t; - typedef unsigned long uint32_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