]> git.saurik.com Git - wxWidgets.git/blame - include/wx/afterstd.h
GCC warning fix.
[wxWidgets.git] / include / wx / afterstd.h
CommitLineData
df5168c4
MB
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
335991af
MB
16#if defined(__WXMSW__) && defined(__MINGW32__)
17 #include "wx/msw/winundef.h"
18#endif
df5168c4
MB
19#ifdef _MSC_VER
20# pragma warning(pop)
21#endif
22