]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - os-win32/stdbool.h
JavaScriptCore-621.1.tar.gz
[apple/javascriptcore.git] / os-win32 / stdbool.h
index 8e7baceac1a1591877c5745d1e7527c75d8ed20f..fc8ee28f400a115b2d5bf167805cdd53b8eaf66b 100644 (file)
@@ -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