]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/safearray.cpp
Fix wxHtmlHelpData::SetTempDir() to behave correctly without trailing slash.
[wxWidgets.git] / src / msw / ole / safearray.cpp
index c4061e75ab40d4a1dcd669c00616717568467db5..db62ad2fd9099224b19920742cf04b80571c22af 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Implementation of wxSafeArrayBase class.
 // Author:      PB
 // Created:     2012-09-23
-// RCS-ID:      $Id$
 // Copyright:   (c) 2012 wxWidgets development team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -23,6 +22,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_OLE && wxUSE_VARIANT
+
 #ifndef WX_PRECOMP
     #include "wx/variant.h"
 #endif // WX_PRECOMP
@@ -131,4 +132,4 @@ bool wxSafeArrayBase::Unlock()
     return true;
 }
 
-
+#endif  // wxUSE_OLE && wxUSE_VARIANT