// get IUnknown, REFIID &c
#include <ole2.h>
#include "wx/intl.h"
+#include "wx/log.h"
// ============================================================================
// General purpose functions and macros
#endif // wxUSE_OLE/!wxUSE_OLE
#endif //_WX_OLEUTILS_H
-
// Name: msw/ole/activex.cpp
// Purpose: wxActiveXContainer implementation
// Author: Ryan Norton <wxprojects@comcast.net>, Lindsay Mathieson <???>
-// Modified by:
+// Modified by:
// Created: 11/07/04
// RCS-ID: $Id$
// Copyright: (c) 2003 Lindsay Mathieson, (c) 2005 Ryan Norton
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-//===========================================================================
-// DECLARATIONS
-//===========================================================================
+// ============================================================================
+// declarations
+// ============================================================================
-//---------------------------------------------------------------------------
-// WX include
-//---------------------------------------------------------------------------
-#include "wx/wxprec.h"
+// ----------------------------------------------------------------------------
+// headers
+// ----------------------------------------------------------------------------
-#include "wx/msw/ole/activex.h"
+#include "wx/wxprec.h"
+#ifdef __BORLANDC__
+ #pragma hdrstop
+#endif
+#include "wx/dcclient.h"
+#include "wx/msw/ole/activex.h"
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++