]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/activex.cpp
bump subrelease number
[wxWidgets.git] / src / msw / ole / activex.cpp
index 23415001823e0cde63d73f42a8bb7c1c1dae6dd2..2c53f2962995baf09813186fd81abb08d3032bb5 100644 (file)
     #pragma hdrstop
 #endif
 
+#if wxUSE_ACTIVEX
+
 #ifndef WX_PRECOMP
     #include "wx/dcclient.h"
     #include "wx/math.h"
 #endif
 
-// 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)
@@ -1163,5 +1161,4 @@ void wxActiveXContainer::OnKillFocus(wxFocusEvent& event)
     event.Skip();
 }
 
-#endif
-// __WINE__
+#endif // wxUSE_ACTIVEX