summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/os-win32/stdbool.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/os-win32/stdbool.h')
-rw-r--r--JavaScriptCore/os-win32/stdbool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/JavaScriptCore/os-win32/stdbool.h b/JavaScriptCore/os-win32/stdbool.h
index 8e7bace..fc8ee28 100644
--- a/JavaScriptCore/os-win32/stdbool.h
+++ b/JavaScriptCore/os-win32/stdbool.h
@@ -21,8 +21,8 @@
#ifndef STDBOOL_WIN32_H
#define STDBOOL_WIN32_H
-#if !PLATFORM(WIN_OS)
-#error "This stdbool.h file should only be compiled under Windows"
+#if !COMPILER(MSVC)
+#error "This stdbool.h file should only be compiled with MSVC"
#endif
#ifndef __cplusplus