]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/longlong.cpp
Changed values passed to SetClientSize() in CreateWidgets() so that buttons are not...
[wxWidgets.git] / src / common / longlong.cpp
index 704f95e7f6f8a5cd9708565596425936c82900db..fd0c992c3fc9a1f57b06cc8d9664c845b14643ed 100644 (file)
@@ -25,6 +25,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_LONGLONG
+
 #include "wx/longlong.h"
 
 #include <memory.h>     // for memset()
@@ -468,3 +470,4 @@ ostream& operator<< (ostream& o, const wxLongLongWx& ll)
 #endif
   // wxUSE_LONGLONG_NATIVE
 
+#endif // wxUSE_LONGLONG