]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/chkconf.h
cleaning up problems after string changes
[wxWidgets.git] / include / wx / msw / chkconf.h
index 3dfde0d6dd59efa63f2289d7115c9440664c3469..b00c977038370862018f99d16417b43543a4343c 100644 (file)
 #   define wxUSE_UNICODE_MSLU 0
 #endif
 
+/*
+ * Don't use MSLU if compiling with Wine
+ */
+
+#if wxUSE_UNICODE_MSLU && defined(__WINE__)
+#   undef wxUSE_UNICODE_MSLU
+#   define wxUSE_UNICODE_MSLU 0
+#endif
+
 /*
  * All of the settings below require SEH support (__try/__catch) and can't work
  * without it.