Add missing wxUSE_OLE checks to safearray.cpp.

Fix compilation with wxUSE_OLE==0.

Closes #14860.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-11-28 14:17:53 +00:00
parent 8f2a8df48f
commit 0555b2a0a3

View File

@@ -23,6 +23,8 @@
#pragma hdrstop
#endif
#if wxUSE_OLE && wxUSE_VARIANT
#ifndef WX_PRECOMP
#include "wx/variant.h"
#endif // WX_PRECOMP
@@ -131,4 +133,4 @@ bool wxSafeArrayBase::Unlock()
return true;
}
#endif // wxUSE_OLE && wxUSE_VARIANT