]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/automtn.cpp
choose implicit parent for the dialog boxes better, fixes weird focus jumps when...
[wxWidgets.git] / src / msw / ole / automtn.cpp
index 44ddb88ab90999aa85a3575d3a11144c9ee12185..98ac908d202fdbacf89f5e7d2026ab875721575c 100644 (file)
@@ -24,7 +24,7 @@
 
 // Watcom C++ gives a linker error if this is compiled in.
 // With Borland C++, all samples crash if this is compiled in.
-#if wxUSE_OLE &&!defined(__WATCOMC__) && !(defined(__BORLANDC__) && (__BORLANDC__ < 0x520)) && !defined(__CYGWIN10__)
+#if wxUSE_OLE &&!defined(__WATCOMC__) && !(defined(__BORLANDC__) && (__BORLANDC__ < 0x520)) && !defined(__CYGWIN10__) && !defined(__WXWINE__)
 
 #include "wx/log.h"
 #include "wx/msw/ole/automtn.h"