// Purpose: Implementation of wxSafeArrayBase class.
// Author: PB
// Created: 2012-09-23
-// RCS-ID: $Id$
// Copyright: (c) 2012 wxWidgets development team
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#pragma hdrstop
#endif
+#if wxUSE_OLE && wxUSE_VARIANT
+
#ifndef WX_PRECOMP
#include "wx/variant.h"
#endif // WX_PRECOMP
return true;
}
-
+#endif // wxUSE_OLE && wxUSE_VARIANT