gcc 4.8.1 support on Winx64 (issue 2120 comment 7)

This commit is contained in:
michael
2014-05-03 08:31:29 -04:00
parent 90db5e3e74
commit 67b529e173

View File

@@ -22,10 +22,12 @@
#include "../rtengine/safegtk.h"
#ifdef WIN32
// Desired auto detect function is Vista+
#define _WIN32_WINNT 0x0600
//#define _WIN32_WINNT 0x0600 // switching to WINVER for gcc 4.8.1 support on Winx64
#define WINVER 0x0600
#include <windows.h>
#include <winnls.h>
#undef _WIN32_WINNT
#undef WINVER
//#undef _WIN32_WINNT
#endif
MultiLangMgr langMgr;