Removed raw references to _WIN32; now just check to see if it is defined.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@177291 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2013-03-18 17:04:29 +00:00
parent e33c2d1926
commit a22d2addb1
8 changed files with 19 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
#include "cstdlib"
#include "cwchar"
#include "cerrno"
#if _WIN32
#ifdef _WIN32
#include "support/win32/support.h"
#endif // _WIN32