diff --git a/src/sfizz/FilePool.cpp b/src/sfizz/FilePool.cpp index 3ec13faa..0fed17a0 100644 --- a/src/sfizz/FilePool.cpp +++ b/src/sfizz/FilePool.cpp @@ -133,7 +133,7 @@ bool sfz::FilePool::checkSample(std::string& filename) const noexcept if (fs::exists(path, ec)) return true; -#if WIN32 +#if defined(_WIN32) return false; #else fs::path oldPath = std::move(path);