Remove obsolete includes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1473,6 +1473,7 @@ demos/dbbrowse/*.bkl
|
|||||||
tests/*.bkl
|
tests/*.bkl
|
||||||
tests/makefile*.*
|
tests/makefile*.*
|
||||||
tests/*.cpp
|
tests/*.cpp
|
||||||
|
tests/*.h
|
||||||
tests/*.fc
|
tests/*.fc
|
||||||
|
|
||||||
tests/archive/*.cpp
|
tests/archive/*.cpp
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
Announcing wxWidgets 2.6.0: a cross-platform GUI toolkit
|
Announcing wxWidgets 2.6.0: a cross-platform GUI toolkit
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
|
||||||
April 18th, 2004 -- the wxWidgets team is pleased to announce
|
April 21st, 2005 -- the wxWidgets team is pleased to announce
|
||||||
a new official release of the mature cross-platform C++
|
a new official release of the mature cross-platform C++
|
||||||
application framework.
|
application framework.
|
||||||
|
|
||||||
|
@@ -34,11 +34,7 @@
|
|||||||
#define _WIN32_IE 0x0600
|
#define _WIN32_IE 0x0600
|
||||||
#endif // !defined(_WIN32_IE)
|
#endif // !defined(_WIN32_IE)
|
||||||
|
|
||||||
#if defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__)
|
#include <commctrl.h>
|
||||||
#include "wx/msw/gnuwin32/extra.h"
|
|
||||||
#else
|
|
||||||
#include <commctrl.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// define things which might be missing from our commctrl.h
|
// define things which might be missing from our commctrl.h
|
||||||
#include "wx/msw/missing.h"
|
#include "wx/msw/missing.h"
|
||||||
|
@@ -29,11 +29,7 @@
|
|||||||
// Version: $Id$
|
// Version: $Id$
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#if (defined( __GNUWIN32__ ) && !defined(__TWIN32__)) || defined(__MWERKS__)
|
#include <windows.h>
|
||||||
#include "wx/msw/gnuwin32/winresrc.h"
|
|
||||||
#else
|
|
||||||
#include <windows.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(_WIN32_WCE)
|
#if defined(_WIN32_WCE)
|
||||||
#include "wx/msw/wince/wince.rc"
|
#include "wx/msw/wince/wince.rc"
|
||||||
|
@@ -52,10 +52,6 @@
|
|||||||
|
|
||||||
#include "wx/msw/private.h"
|
#include "wx/msw/private.h"
|
||||||
|
|
||||||
#if defined(__GNUWIN32_OLD__)
|
|
||||||
#include "wx/msw/gnuwin32/extra.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// private functions
|
// private functions
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
@@ -45,10 +45,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ddeml.h>
|
#include <ddeml.h>
|
||||||
|
|
||||||
#ifdef __GNUWIN32_OLD__
|
|
||||||
#include "wx/msw/gnuwin32/extra.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// macros and constants
|
// macros and constants
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
@@ -48,10 +48,6 @@
|
|||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __GNUWIN32_OLD__
|
|
||||||
#include "wx/msw/gnuwin32/extra.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "wx/image.h"
|
#include "wx/image.h"
|
||||||
#include "wx/msw/dib.h"
|
#include "wx/msw/dib.h"
|
||||||
|
|
||||||
|
@@ -32,10 +32,6 @@
|
|||||||
typedef UINT MMRESULT;
|
typedef UINT MMRESULT;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __GNUWIN32_OLD__
|
|
||||||
#include "wx/msw/gnuwin32/extra.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Why doesn't BC++ have joyGetPosEx?
|
// Why doesn't BC++ have joyGetPosEx?
|
||||||
#if !defined(__WIN32__) || defined(__BORLANDC__)
|
#if !defined(__WIN32__) || defined(__BORLANDC__)
|
||||||
#define NO_JOYGETPOSEX
|
#define NO_JOYGETPOSEX
|
||||||
|
@@ -43,10 +43,6 @@
|
|||||||
#include "wx/ownerdrw.h"
|
#include "wx/ownerdrw.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __GNUWIN32_OLD__
|
|
||||||
#include "wx/msw/gnuwin32/extra.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if wxUSE_EXTENDED_RTTI
|
#if wxUSE_EXTENDED_RTTI
|
||||||
WX_DEFINE_FLAGS( wxListBoxStyle )
|
WX_DEFINE_FLAGS( wxListBoxStyle )
|
||||||
|
|
||||||
|
@@ -42,13 +42,7 @@
|
|||||||
|
|
||||||
#include <windowsx.h>
|
#include <windowsx.h>
|
||||||
|
|
||||||
#ifdef __GNUWIN32_OLD__
|
#include <commctrl.h>
|
||||||
#include "wx/msw/gnuwin32/extra.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
|
|
||||||
#include <commctrl.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "wx/msw/winundef.h"
|
#include "wx/msw/winundef.h"
|
||||||
|
|
||||||
|
@@ -32,11 +32,7 @@
|
|||||||
|
|
||||||
#include <windowsx.h>
|
#include <windowsx.h>
|
||||||
|
|
||||||
#if defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__)
|
#include <mmsystem.h>
|
||||||
#include "wx/msw/gnuwin32/extra.h"
|
|
||||||
#else
|
|
||||||
#include <mmsystem.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
wxSound::wxSound()
|
wxSound::wxSound()
|
||||||
: m_waveData(NULL), m_waveLength(0), m_isResource(false)
|
: m_waveData(NULL), m_waveLength(0), m_isResource(false)
|
||||||
|
@@ -28,11 +28,7 @@
|
|||||||
|
|
||||||
#include "wx/msw/private.h"
|
#include "wx/msw/private.h"
|
||||||
|
|
||||||
#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
|
#include <commctrl.h>
|
||||||
#include <commctrl.h>
|
|
||||||
#else
|
|
||||||
#include "wx/msw/gnuwin32/extra.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "wx/tabctrl.h"
|
#include "wx/tabctrl.h"
|
||||||
#include "wx/app.h"
|
#include "wx/app.h"
|
||||||
|
@@ -37,10 +37,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "wx/taskbar.h"
|
#include "wx/taskbar.h"
|
||||||
|
|
||||||
#ifdef __GNUWIN32_OLD__
|
|
||||||
#include "wx/msw/gnuwin32/extra.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __WXWINCE__
|
#ifdef __WXWINCE__
|
||||||
#include <winreg.h>
|
#include <winreg.h>
|
||||||
#include <shellapi.h>
|
#include <shellapi.h>
|
||||||
|
@@ -107,13 +107,7 @@
|
|||||||
#include <windowsx.h>
|
#include <windowsx.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (!defined(__GNUWIN32_OLD__) && !defined(__WXMICROWIN__) /* && !defined(__WXWINCE__) */ ) || defined(__CYGWIN10__)
|
#include <commctrl.h>
|
||||||
#ifdef __WIN95__
|
|
||||||
#include <commctrl.h>
|
|
||||||
#endif
|
|
||||||
#elif !defined(__WXMICROWIN__) && !defined(__WXWINCE__) // broken compiler
|
|
||||||
#include "wx/msw/gnuwin32/extra.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "wx/msw/missing.h"
|
#include "wx/msw/missing.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user