]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/strings/vsnprintf.cpp
correct WinCE compilation after last change: can't use global scope with GlobalLock...
[wxWidgets.git] / tests / strings / vsnprintf.cpp
index bef23562143f4bd0ee0448da01025e2f5acf1804..61b9abae3f00f5ca234038e614cabfad2952161f 100644 (file)
@@ -376,7 +376,7 @@ void VsnprintfTestCase::LongLong()
 
 #ifdef __WXMSW__
     CMP3("123456789", "%I64d", (wxLongLong_t)123456789);
-    CMP3("123456789abcdef", "%I64x", (wxLongLong_t)0x123456789abcdef);
+    CMP3("123456789abcdef", "%I64x", wxLL(0x123456789abcdef));
 #endif
 }
 #endif