]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/chkconf.h
Fixed notebook redraw problems when using XP theme with Classic appearance.
[wxWidgets.git] / include / wx / msw / chkconf.h
index 9bd8866cbfd4112f86c319afb10979d8cc0220e5..7fc9a996de63d358f24f24aa78383dc27f2e02ed 100644 (file)
@@ -26,7 +26,7 @@
 #endif
 
 #ifndef wxUSE_NORLANDER_HEADERS
-#if (defined(__WATCOMC__) && (__WATCOMC__ >= 1200)) || ((defined(__MINGW32__) || defined(__CYGWIN__)) && ((__GNUC__>2) ||((__GNUC__==2) && (__GNUC_MINOR__>=95))))
+#if (defined(__WATCOMC__) && (__WATCOMC__ >= 1200)) || defined(__WINE__) || ((defined(__MINGW32__) || defined(__CYGWIN__)) && ((__GNUC__>2) ||((__GNUC__==2) && (__GNUC_MINOR__>=95))))
 #   define wxUSE_NORLANDER_HEADERS 1
 #else
 #   define wxUSE_NORLANDER_HEADERS 0