]> git.stg.codes - stg.git/blobdiff - stglibs/ibpp.lib/ibase.h
Massive refactoring.
[stg.git] / stglibs / ibpp.lib / ibase.h
index c108aaceb021b51f2220f03b021b6bf201cfa518..9c43ba2020abce852cba3e8f1598020aa5c3d447 100644 (file)
@@ -104,8 +104,10 @@ typedef unsigned __int64   ISC_UINT64;
 #ifdef  ISC_INT64_DEFINED\r
 #undef  ISC_INT64_DEFINED\r
 #else\r
-typedef long long int                  ISC_INT64;\r
-typedef unsigned long long int ISC_UINT64;\r
+//typedef long long int                        ISC_INT64;\r
+//typedef unsigned long long int       ISC_UINT64;\r
+typedef int64_t        ISC_INT64;\r
+typedef uint64_t       ISC_UINT64;\r
 #endif\r
 \r
 // Nickolay: it is easier to assume that integer is at least 32-bit.\r