Changeset 90649 in webkit for trunk/Source/JavaScriptCore/config.h
- Timestamp:
- Jul 8, 2011, 11:59:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/config.h
r83121 r90649 67 67 #if OS(WINDOWS) 68 68 69 #ifndef _WIN32_WINNT 70 #define _WIN32_WINNT 0x0500 71 #endif 72 73 #ifndef WINVER 74 #define WINVER 0x0500 75 #endif 76 69 77 // If we don't define these, they get defined in windef.h. 70 78 // We want to use std::min and std::max
Note:
See TracChangeset
for help on using the changeset viewer.