diff --git a/llvm/unittests/Support/ThreadPool.cpp b/llvm/unittests/Support/ThreadPool.cpp --- a/llvm/unittests/Support/ThreadPool.cpp +++ b/llvm/unittests/Support/ThreadPool.cpp @@ -240,7 +240,7 @@ // Just a reachable symbol to ease resolving of the executable's path. static cl::opt ThreadPoolTestStringArg1("thread-pool-string-arg1"); -#ifdef _MSC_VER +#ifdef _WIN32 #define setenv(name, var, ignore) _putenv_s(name, var) #endif