]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove obsolete includes
authorJulian Smart <julian@anthemion.co.uk>
Sat, 23 Apr 2005 18:59:33 +0000 (18:59 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 23 Apr 2005 18:59:33 +0000 (18:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

14 files changed:
distrib/msw/generic.rsp
docs/publicity/announce.txt
include/wx/msw/wrapcctl.h
include/wx/msw/wx.rc
src/msw/checklst.cpp
src/msw/dde.cpp
src/msw/dib.cpp
src/msw/joystick.cpp
src/msw/listbox.cpp
src/msw/notebook.cpp
src/msw/sound.cpp
src/msw/tabctrl.cpp
src/msw/taskbar.cpp
src/msw/window.cpp

index 0bf2fab2221d05e3e5c661dc3379c2a74b5df18d..9e99e80543110c5a96d83fde9d4f39cd21b458cf 100644 (file)
@@ -1473,6 +1473,7 @@ demos/dbbrowse/*.bkl
 tests/*.bkl
 tests/makefile*.*
 tests/*.cpp
+tests/*.h
 tests/*.fc
 
 tests/archive/*.cpp
index 3f32737d7c7613b8659082b6a57e860622db0947..584c715c70c8b02a6b21accc85c33bb9cbc1b51c 100644 (file)
@@ -1,7 +1,7 @@
 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++
 application framework.
 
index bc8ce1d9afe85aedd16afc66df219a34727888e5..3faa98079015d8da87753c3052263575cd05987f 100644 (file)
     #define _WIN32_IE 0x0600
 #endif // !defined(_WIN32_IE)
 
-#if defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__)
-    #include "wx/msw/gnuwin32/extra.h"
-#else
-    #include <commctrl.h>
-#endif
+#include <commctrl.h>
 
 // define things which might be missing from our commctrl.h
 #include "wx/msw/missing.h"
index 62c850d6b1b92ac8a31c9577d9dcf1194fdee43a..88c57dfdebcc9b17ac66b9122e9d0e1759c24093 100644 (file)
 // Version: $Id$
 /////////////////////////////////////////////////////////////////////////////
 
-#if (defined( __GNUWIN32__ ) && !defined(__TWIN32__)) || defined(__MWERKS__)
-    #include "wx/msw/gnuwin32/winresrc.h"
-#else
-    #include <windows.h>
-#endif
+#include <windows.h>
 
 #if defined(_WIN32_WCE)
     #include "wx/msw/wince/wince.rc"
index e13cc98cf284de9c01d072e50d39f0aba9001762..8327c328af838180554257b13350c24412a96cd6 100644 (file)
 
 #include "wx/msw/private.h"
 
-#if defined(__GNUWIN32_OLD__)
-    #include "wx/msw/gnuwin32/extra.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // private functions
 // ----------------------------------------------------------------------------
index 26a13fc678e989e9e765d1bda136dc2fcdda16cb..0ec8ee1e1a6cc81c68d4201a124103f8711f930c 100644 (file)
 #include <string.h>
 #include <ddeml.h>
 
-#ifdef __GNUWIN32_OLD__
-    #include "wx/msw/gnuwin32/extra.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // macros and constants
 // ----------------------------------------------------------------------------
index a76592f9b06a65be056fe0f6292bbb6cc2a2fb28..1a57decc31716919a0a84471a63faaa121c1a3a9 100644 (file)
     #include <memory.h>
 #endif
 
-#ifdef __GNUWIN32_OLD__
-    #include "wx/msw/gnuwin32/extra.h"
-#endif
-
 #include "wx/image.h"
 #include "wx/msw/dib.h"
 
index b445fefaf35c9ed64c6180aef1101c06eaed9474..d09e443a91e228b5c81a4a0fa91a13abd284ab6d 100644 (file)
 typedef UINT MMRESULT;
 #endif
 
-#ifdef __GNUWIN32_OLD__
-#include "wx/msw/gnuwin32/extra.h"
-#endif
-
 // Why doesn't BC++ have joyGetPosEx?
 #if !defined(__WIN32__) || defined(__BORLANDC__)
 #define NO_JOYGETPOSEX
index 17adfc86ab4ecd8155b6834391f934e0b0a6f4c9..5f27c25a6e484890c7c1a63e4121c7daef822220 100644 (file)
     #include  "wx/ownerdrw.h"
 #endif
 
-#ifdef __GNUWIN32_OLD__
-    #include "wx/msw/gnuwin32/extra.h"
-#endif
-
 #if wxUSE_EXTENDED_RTTI
 WX_DEFINE_FLAGS( wxListBoxStyle )
 
index e5b6a4c85a888ae84841271f2343ea4646957f5e..669d99dadec3c0d321bd1aa2f0d9e89ee3b57c82 100644 (file)
 
 #include  <windowsx.h>
 
-#ifdef __GNUWIN32_OLD__
-    #include "wx/msw/gnuwin32/extra.h"
-#endif
-
-#if !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
-    #include <commctrl.h>
-#endif
+#include <commctrl.h>
 
 #include "wx/msw/winundef.h"
 
index c6e86ed28909867a768f1bf02dcf7b07a8bc65d6..35abc8ef7859772bad670ef2ba66ca0d4d3482ba 100644 (file)
 
 #include <windowsx.h>
 
-#if defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__)
-    #include "wx/msw/gnuwin32/extra.h"
-#else
-    #include <mmsystem.h>
-#endif
+#include <mmsystem.h>
 
 wxSound::wxSound()
   : m_waveData(NULL), m_waveLength(0), m_isResource(false)
index ed230ba329af0f479f2a9d7d0be82b8013ff5c18..94f92bf2282ea81f034dccf069122049f193a099 100644 (file)
 
 #include "wx/msw/private.h"
 
-#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
-    #include <commctrl.h>
-#else
-    #include "wx/msw/gnuwin32/extra.h"
-#endif
+#include <commctrl.h>
 
 #include "wx/tabctrl.h"
 #include "wx/app.h"
index 612c198adf2ed9375d1cec8f0e2625f7667cad33..a777e23621f73a57b954db5df6f034733d7a1364 100644 (file)
 #include <string.h>
 #include "wx/taskbar.h"
 
-#ifdef __GNUWIN32_OLD__
-    #include "wx/msw/gnuwin32/extra.h"
-#endif
-
 #ifdef __WXWINCE__
     #include <winreg.h>
     #include <shellapi.h>
index d3f219b8454152ef18d6a3c9a1395f926f26b593..6fc526fac784654f5eee7e7921e9e83a67162873 100644 (file)
     #include <windowsx.h>
 #endif
 
-#if (!defined(__GNUWIN32_OLD__) && !defined(__WXMICROWIN__) /* && !defined(__WXWINCE__) */ ) || defined(__CYGWIN10__)
-    #ifdef __WIN95__
-        #include <commctrl.h>
-    #endif
-#elif !defined(__WXMICROWIN__) && !defined(__WXWINCE__) // broken compiler
-    #include "wx/msw/gnuwin32/extra.h"
-#endif
+#include <commctrl.h>
 
 #include "wx/msw/missing.h"