#pragma hdrstop
#endif
+#if wxUSE_LONGLONG
+
#include "wx/longlong.h"
#include <memory.h> // for memset()
}
// input/output
-std::ostream& operator<< (std::ostream& o, const wxLongLongNative& ll)
+ostream& operator<< (ostream& o, const wxLongLongNative& ll)
{
char result[65];
// input/output
-std::ostream& operator<< (std::ostream& o, const wxLongLongWx& ll)
+ostream& operator<< (ostream& o, const wxLongLongWx& ll)
{
char result[65];
return o << result;
}
-#endif wxUSE_LONGLONG_WX
+#endif
+ // wxUSE_LONGLONG_NATIVE
+#endif // wxUSE_LONGLONG