/////////////////////////////////////////////////////////////////////////////// // Name: include/wx/afterstd.h // Purpose: #include after STL headers // Author: Vadim Zeitlin // Modified by: // Created: 07/07/03 // RCS-ID: $Id$ // Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// /** See the comments in beforestd.h. */ #if defined(__WXMSW__) && defined(__MINGW32__) #include "wx/msw/winundef.h" #endif #ifdef _MSC_VER # pragma warning(pop) #endif