--- qsampler/trunk/src/qsamplerUtilities.cpp 2017/10/17 21:44:20 3357 +++ qsampler/trunk/src/qsamplerUtilities.cpp 2017/10/18 08:57:21 3358 @@ -115,7 +115,7 @@ !(c >= '0' && c <= '9') && !(c >= 'a' && c <= 'z') && !(c >= 'A' && c <= 'Z') && - #if defined(_WIN32) + #if defined(__WIN32__) || defined(_WIN32) || defined(WIN32) !(c == ':') && #endif !(c == pathSeparator)