X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..a84a49ca1eb7c31f79f6328e9dc453399ee120f9:/stglibs/ibpp.lib/ibase.h diff --git a/stglibs/ibpp.lib/ibase.h b/stglibs/ibpp.lib/ibase.h index c108aace..9c43ba20 100644 --- a/stglibs/ibpp.lib/ibase.h +++ b/stglibs/ibpp.lib/ibase.h @@ -104,8 +104,10 @@ typedef unsigned __int64 ISC_UINT64; #ifdef ISC_INT64_DEFINED #undef ISC_INT64_DEFINED #else -typedef long long int ISC_INT64; -typedef unsigned long long int ISC_UINT64; +//typedef long long int ISC_INT64; +//typedef unsigned long long int ISC_UINT64; +typedef int64_t ISC_INT64; +typedef uint64_t ISC_UINT64; #endif // Nickolay: it is easier to assume that integer is at least 32-bit.