forked from OSchip/llvm-project
23a4df27ab
The call to ProcessWindowsLog::Initialize() is protected by #if defined(_MSC_VER). But the call to ProcessWindowsLog::Terminate() was using __WIN32__. This commit makes it use _MSC_VER too. Committing as it seems obvious change. llvm-svn: 246859 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Makefile | ||
SystemInitializer.cpp | ||
SystemInitializerCommon.cpp | ||
SystemLifetimeManager.cpp |