Move wx/msw/gccpriv.h inclusion back to wx/platform.h from wx/compiler.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Jul 2013 23:23:14 +0000 (23:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Jul 2013 23:23:14 +0000 (23:23 +0000)
commite87d78bb36f371d593137761158118fb09b69fa2
tree1ac48006800cc160b8d9776df6e6ff4fba4cee1a
parentb8d8362ca0727454ebe8a83358c2a3103b09df20
Move wx/msw/gccpriv.h inclusion back to wx/platform.h from wx/compiler.h.

Do keep compiler-specific wxCHECK_MINGW32_VERSION() in wx/compiler.h as it's
needed by wx/cpp.h which includes wx/compiler.h only. But put the rest of the
stuff in gccpriv.h in its old place as including it before wx/setup.h didn't
work correctly and was unnecessary anyhow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/compiler.h
include/wx/msw/gccpriv.h
include/wx/platform.h