Changeset 19956 in webkit for trunk/JavaScriptCore/wtf/Assertions.cpp
- Timestamp:
- Mar 4, 2007, 5:33:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Assertions.cpp
r18326 r19956 36 36 37 37 #if PLATFORM(WIN) 38 #ifndef WINVER 38 39 #define WINVER 0x0500 40 #endif 41 #ifndef _WIN32_WINNT 39 42 #define _WIN32_WINNT 0x0500 43 #endif 40 44 #include <windows.h> 41 45 #include <crtdbg.h>
Note:
See TracChangeset
for help on using the changeset viewer.