Changeset 48427 in webkit for trunk/JavaScriptCore/os-win32/stdbool.h
- Timestamp:
- Sep 16, 2009, 12:29:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/os-win32/stdbool.h
r29663 r48427 22 22 #define STDBOOL_WIN32_H 23 23 24 #if ! PLATFORM(WIN_OS)25 #error "This stdbool.h file should only be compiled under Windows"24 #if !COMPILER(MSVC) 25 #error "This stdbool.h file should only be compiled with MSVC" 26 26 #endif 27 27
Note:
See TracChangeset
for help on using the changeset viewer.