]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/activex.cpp
bump subrelease number
[wxWidgets.git] / src / msw / ole / activex.cpp
index 108bd936b982096aecd4cd3e4d02e00968e89a77..2c53f2962995baf09813186fd81abb08d3032bb5 100644 (file)
     #pragma hdrstop
 #endif
 
+#if wxUSE_ACTIVEX
+
 #ifndef WX_PRECOMP
     #include "wx/dcclient.h"
+    #include "wx/math.h"
 #endif
 
-#include "wx/math.h"
-
-// I don't know why members of tagVARIANT aren't found when compiling
-// with Wine
-#ifndef __WINE__
-
 #include "wx/msw/ole/activex.h"
 // autointerfaces that we only use here
 WX_DECLARE_AUTOOLE(wxAutoIOleInPlaceSite, IOleInPlaceSite)
@@ -1164,5 +1161,4 @@ void wxActiveXContainer::OnKillFocus(wxFocusEvent& event)
     event.Skip();
 }
 
-#endif
-// __WINE__
+#endif // wxUSE_ACTIVEX