Fixed I64FMTD define for non-microsoft compilers. This should fix phased events state not being saved on some systems.

--HG--
branch : trunk
This commit is contained in:
w12x
2008-11-17 23:39:24 +01:00
parent c95cb1003a
commit 363e526baa

View File

@@ -146,7 +146,7 @@
#define stricmp strcasecmp
#define strnicmp strncasecmp
#define I64FMT "%016llX"
#define I64FMTD "%llu"
#define I64FMTD "%I64u"
#define SI64FMTD "%lld"
#endif