]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/longlong.cpp
Fixed windows installer to not need a reboot and therefore not have
[wxWidgets.git] / src / common / longlong.cpp
index 46e5bf98e4cdb95cbfa3593d1573b6ef2fc2c6bc..fd0c992c3fc9a1f57b06cc8d9664c845b14643ed 100644 (file)
@@ -25,6 +25,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_LONGLONG
+
 #include "wx/longlong.h"
 
 #include <memory.h>     // for memset()
@@ -465,5 +467,7 @@ ostream& operator<< (ostream& o, const wxLongLongWx& ll)
 
     return o << result;
 }
-#endif wxUSE_LONGLONG_WX
+#endif
+  // wxUSE_LONGLONG_NATIVE
 
+#endif // wxUSE_LONGLONG