git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implemented some service and corporation management functions.
[stg.git]
/
stglibs
/
ibpp.lib
/
ibase.h
diff --git
a/stglibs/ibpp.lib/ibase.h
b/stglibs/ibpp.lib/ibase.h
index c108aaceb021b51f2220f03b021b6bf201cfa518..9c43ba2020abce852cba3e8f1598020aa5c3d447 100644
(file)
--- 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
\r
#undef ISC_INT64_DEFINED
\r
#else
\r
#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
#endif
\r
\r
// Nickolay: it is easier to assume that integer is at least 32-bit.
\r