Add Microsoft Visual Studio 2017 solution file for building wxMSW
Allow building with VS15 out of the box. Closes https://github.com/wxWidgets/wxWidgets/pull/353
This commit is contained in:
committed by
Vadim Zeitlin
parent
79773dec34
commit
3206df50c4
@@ -57,7 +57,7 @@
|
||||
// up to VC 12 this warning ("calling _set_se_translator() requires /EHa")
|
||||
// is harmless and it's easier to suppress it than deal with it as make/
|
||||
// project file level as it seems to be harmless
|
||||
#if __VISUALC__ < 1900
|
||||
#if __VISUALC__ < 2000
|
||||
#pragma warning(disable: 4535)
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user