X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/162b0c3bf53a158774adc7ef8d98d462cfffa893..5230801e77391cfb6cd19fd4490200160f1e985d:/src/common/longlong.cpp diff --git a/src/common/longlong.cpp b/src/common/longlong.cpp index 46e5bf98e4..fd0c992c3f 100644 --- a/src/common/longlong.cpp +++ b/src/common/longlong.cpp @@ -25,6 +25,8 @@ #pragma hdrstop #endif +#if wxUSE_LONGLONG + #include "wx/longlong.h" #include // 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