Tentative compilation fix for wxMSW with MinGW after STL changes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 31 Mar 2011 09:37:59 +0000 (09:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 31 Mar 2011 09:37:59 +0000 (09:37 +0000)
commitcdcc1edaf27a71689a5880e5c558a6273731ef1d
tree457838e9826d7fcbfe60e6b484e34fa77c00b127
parent6e793355df5d95814df489217dbf7fb6212391ae
Tentative compilation fix for wxMSW with MinGW after STL changes.

Include wx/stack.h, which includes the standard <stack> header, before
<windows.h> as the latter redefines min and max as macros conflicting with the
standard headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/graphics.cpp