]> git.saurik.com Git - wxWidgets.git/blob - include/wx/afterstd.h
Move #inclusion of wx/msw/winundef.h for MinGW to afterstd.h.
[wxWidgets.git] / include / wx / afterstd.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: include/wx/afterstd.h
3 // Purpose: #include after STL headers
4 // Author: Vadim Zeitlin
5 // Modified by:
6 // Created: 07/07/03
7 // RCS-ID: $Id$
8 // Copyright: (c) 2003 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
9 // Licence: wxWindows licence
10 ///////////////////////////////////////////////////////////////////////////////
11
12 /**
13 See the comments in beforestd.h.
14 */
15
16 #if defined(__WXMSW__) && defined(__MINGW32__)
17 #include "wx/msw/winundef.h"
18 #endif
19 #ifdef _MSC_VER
20 # pragma warning(pop)
21 #endif
22