]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/wxprintf.h
Export wxGTK private widget creation functions from core library.
[wxWidgets.git] / include / wx / private / wxprintf.h
index ff74ee11ca4eb9f933e2adf3557116f98d1342be..5c1e4ff3481cee699c0798d7a193bea95996820e 100644 (file)
@@ -289,7 +289,7 @@ bool wxPrintfConvSpec<CharType>::Parse(const CharType *format)
                 CHECK_PREC
                 m_szFlags[flagofs++] = char(ch);
                 break;
-#ifdef __WXMSW__
+#ifdef __WINDOWS__
             // under Windows we support the special '%I64' notation as longlong
             // integer conversion specifier for MSVC compatibility
             // (it behaves exactly as '%lli' or '%Li' or '%qi')
@@ -308,7 +308,7 @@ bool wxPrintfConvSpec<CharType>::Parse(const CharType *format)
                     break;
                 }
                 // else: fall-through, 'I' is MSVC equivalent of C99 'z'
-#endif      // __WXMSW__
+#endif      // __WINDOWS__
 
             case wxT('z'):
             case wxT('Z'):