]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/automtn.cpp
corrected use of Print Manager Session APIs for Carbon targets
[wxWidgets.git] / src / msw / ole / automtn.cpp
index a5c49e721bb4d6668f22b3ecede9d5f19cdd62bd..e08b49196d2c3e0a2120bdee0aa203c72c820236 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 !defined(__WATCOMC__) && !(defined(__BORLANDC__) && (__BORLANDC__ < 0x520))
+#if !defined(__WATCOMC__) && !(defined(__BORLANDC__) && (__BORLANDC__ < 0x520)) && !defined(__CYGWIN10__)
 
 #include "wx/log.h"
 #include "wx/msw/ole/automtn.h"