wxWidgets/include
Vadim Zeitlin 364f3b0700 Don't use wxCHECK_W32API_VERSION() in #if when it can be undefined.
wxCHECK_W32API_VERSION() is only defined when using MinGW, don't use it an #if
test which is always parsed but only in a separate test inside #ifdef __GNUG__
test which is parsed only when we do use MinGW.

This fixes harmless but annoying warning from MSVC 10.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-05-23 21:16:41 +00:00
..
msvc/wx Allow using non-MSW toolkit in MSVC-specific auto-linking header. 2012-05-04 20:35:41 +00:00
wx Don't use wxCHECK_W32API_VERSION() in #if when it can be undefined. 2012-05-23 21:16:41 +00:00