]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/oleutils.cpp
fixed nice bug in wxGTK which always draw the text with the same foreground colour...
[wxWidgets.git] / src / msw / ole / oleutils.cpp
index 7649d712e20c5cf379609ee8948ccec584afa33c..2a23ca80859a89cd448e3db290a516f7c246d4c3 100644 (file)
@@ -31,6 +31,8 @@
 #include  "wx/setup.h"
 #include  "wx/log.h"
 
+#if wxUSE_OLE
+
 #ifndef __CYGWIN10__
 
 #include <windows.h>
@@ -214,3 +216,6 @@ void wxLogRelease(const char *szInterface, ULONG cRef)
 #endif
   // __CYGWIN10__
 
+#endif
+  // wxUSE_OLE
+