diff --git a/rtgui/multilangmgr.cc b/rtgui/multilangmgr.cc index 6ccbc8563..de0f3f2ee 100755 --- a/rtgui/multilangmgr.cc +++ b/rtgui/multilangmgr.cc @@ -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 #include -#undef _WIN32_WINNT +#undef WINVER +//#undef _WIN32_WINNT #endif MultiLangMgr langMgr;