+ fix warnings with Win32 build

This commit is contained in:
wmayer
2015-12-01 00:51:57 +01:00
parent f46371b6ac
commit 93a3dc0cdd
27 changed files with 63 additions and 74 deletions

View File

@@ -38,6 +38,9 @@
# define DrawingGuiExport
#endif
#ifdef _MSC_VER
# pragma warning(disable : 4005)
#endif
#ifdef _PreComp_