aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libcxx/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'system/lib/libcxx/string.cpp')
-rw-r--r--system/lib/libcxx/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lib/libcxx/string.cpp b/system/lib/libcxx/string.cpp
index 40723e74..c71af4fe 100644
--- a/system/lib/libcxx/string.cpp
+++ b/system/lib/libcxx/string.cpp
@@ -11,7 +11,7 @@
#include "cstdlib"
#include "cwchar"
#include "cerrno"
-#if _WIN32
+#ifdef _WIN32
#include "support/win32/support.h"
#endif // _WIN32