--- qsampler/trunk/src/qsampler.cpp 2017/10/17 21:44:20 3357 +++ qsampler/trunk/src/qsampler.cpp 2017/10/18 08:57:21 3358 @@ -41,7 +41,7 @@ #define CONFIG_DATADIR CONFIG_PREFIX "/share" #endif -#if defined(_WIN32) +#if defined(__WIN32__) || defined(_WIN32) || defined(WIN32) #define RELATIVE_LOCALE_DIR "/share/locale" #elif defined(__APPLE__) #define RELATIVE_LOCALE_DIR "/../Resources"