]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/longlong/longlongtest.cpp
added support for 64 bit ints in wx stream classes (patch 1203970)
[wxWidgets.git] / tests / longlong / longlongtest.cpp
index 3d4815db0958732bcea2874aeb852b344fce76d6..fdeb5fdd716774476373d3160f36acf35b8f3378 100644 (file)
@@ -24,6 +24,8 @@
 #include "wx/longlong.h"
 #include "wx/timer.h"
 
+#if wxUSE_LONGLONG
+
 // ----------------------------------------------------------------------------
 // helpers for testing
 // ----------------------------------------------------------------------------
@@ -322,3 +324,4 @@ void LongLongTestCase::ToString()
 
 }
 
+#endif // wxUSE_LONGLONG