Regenerate wx/msw/setup0.h after merging MinGW changes

The merge db70be1a7c accidentally reverted the
changes of d053a90486, restore them.
This commit is contained in:
Vadim Zeitlin 2016-03-17 22:04:48 +01:00
parent e7a9916878
commit df101cab76

View File

@ -1560,7 +1560,7 @@
// SDK components manually, you need to change this setting.
//
// Recommended setting: 1
#if defined(_MSC_VER) && _MSC_VER >= 1700
#if defined(_MSC_VER) && _MSC_VER >= 1700 && !defined(_USING_V110_SDK71_)
#define wxUSE_WINRT 1
#else
#define wxUSE_WINRT 0