Missing includes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-09-13 16:02:37 +00:00
parent 0d2c74c6ef
commit c493691d62
2 changed files with 14 additions and 10 deletions

View File

@@ -23,6 +23,7 @@
// get IUnknown, REFIID &c // get IUnknown, REFIID &c
#include <ole2.h> #include <ole2.h>
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/log.h"
// ============================================================================ // ============================================================================
// General purpose functions and macros // General purpose functions and macros
@@ -253,4 +254,3 @@ inline void wxOleUninitialize() { }
#endif // wxUSE_OLE/!wxUSE_OLE #endif // wxUSE_OLE/!wxUSE_OLE
#endif //_WX_OLEUTILS_H #endif //_WX_OLEUTILS_H

View File

@@ -2,27 +2,31 @@
// Name: msw/ole/activex.cpp // Name: msw/ole/activex.cpp
// Purpose: wxActiveXContainer implementation // Purpose: wxActiveXContainer implementation
// Author: Ryan Norton <wxprojects@comcast.net>, Lindsay Mathieson <???> // Author: Ryan Norton <wxprojects@comcast.net>, Lindsay Mathieson <???>
// Modified by: // Modified by:
// Created: 11/07/04 // Created: 11/07/04
// RCS-ID: $Id$ // RCS-ID: $Id$
// Copyright: (c) 2003 Lindsay Mathieson, (c) 2005 Ryan Norton // Copyright: (c) 2003 Lindsay Mathieson, (c) 2005 Ryan Norton
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
//=========================================================================== // ============================================================================
// DECLARATIONS // declarations
//=========================================================================== // ============================================================================
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
//---------------------------------------------------------------------------
// WX include
//---------------------------------------------------------------------------
#include "wx/wxprec.h" #include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#include "wx/dcclient.h"
#include "wx/msw/ole/activex.h" #include "wx/msw/ole/activex.h"
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// //
// wxActiveXContainer // wxActiveXContainer