]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/strings/vsnprintf.cpp
Use line width code from GTK+ print in GNOME print
[wxWidgets.git] / tests / strings / vsnprintf.cpp
index 76579c9e5a8a41b8e927b56c20686f986b67165f..7a92b857841ae62e422514f014fcbe03d370cb0d 100644 (file)
@@ -463,10 +463,10 @@ void VsnprintfTestCase::WrongFormatStrings()
 
 void VsnprintfTestCase::BigToSmallBuffer()
 {
-    wchar_t bufw[1024], bufw2[16], bufw3[4], bufw4;
     char bufa[1024], bufa2[16], bufa3[4], bufa4;
 
 #if wxUSE_UNICODE
+    wchar_t bufw[1024], bufw2[16], bufw3[4], bufw4;
     Misc(bufw, 1024);
     Misc(bufw2, 16);
     Misc(bufw3, 4);