]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/config.h
Enable variadic macros for VC9 and later.
[wxWidgets.git] / include / wx / config.h
index 282e3960ff59c1e3e0b96c8cd6504d004265644a..54e821d918bf3b9b331cf1d469702a7f44814f7b 100644 (file)
@@ -22,7 +22,7 @@
 
 // under Windows we prefer to use the native implementation but can be forced
 // to use the file-based one
-#if defined(__WXMSW__) && wxUSE_CONFIG_NATIVE
+#if defined(__WINDOWS__) && wxUSE_CONFIG_NATIVE
     #include "wx/msw/regconf.h"
     #define wxConfig  wxRegConfig
 #elif defined(__WXOS2__) && wxUSE_CONFIG_NATIVE