[lsan] This time really fix Win build.

llvm-svn: 184556
This commit is contained in:
Sergey Matveev 2013-06-21 15:22:12 +00:00
parent 7ed5c687ed
commit 85f1fffdfb
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ void LeakReport::PrintSummary() {
#endif // CAN_SANITIZE_LEAKS
bool DisabledInThisThread() {
#ifdef CAN_SANITIZE_LEAKS
#if CAN_SANITIZE_LEAKS
return disable_counter > 0;
#endif
return false;