]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/longlong.h
Borland apparently uses for int64 in printf(), not
[wxWidgets.git] / include / wx / longlong.h
index 83d32a77fbcfcc734ea6c446366a82a9078135f6..468d826636d4eb002b2098de5e127de44e84fac7 100644 (file)
@@ -60,7 +60,7 @@
 #elif defined(__BORLANDC__) && defined(__WIN32__) && (__BORLANDC__ >= 0x520)
     #define wxLongLong_t __int64
     #define wxLongLongSuffix i64
-    #define wxLongLongFmtSpec _T("I64")
+    #define wxLongLongFmtSpec _T("Ld")
 #elif (defined(SIZEOF_LONG_LONG) && SIZEOF_LONG_LONG >= 8)  || \
         defined(__MINGW32__) || \
         defined(__GNUC__) || \