Skip to content
Commit 23a4df27 authored by Hafiz Abid Qadeer's avatar Hafiz Abid Qadeer
Browse files

Use correct #ifdef check for ProcessWindowsLog::Terminate() call.

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
parent e7a71480
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment