Changeset 140930 in webkit for trunk/Source/JavaScriptCore/config.h
- Timestamp:
- Jan 27, 2013, 4:26:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/config.h
r140472 r140930 41 41 42 42 #ifndef _WIN32_WINNT 43 #define _WIN32_WINNT 0x050 143 #define _WIN32_WINNT 0x0502 44 44 #endif 45 45 46 46 #ifndef WINVER 47 #define WINVER 0x050 147 #define WINVER 0x0502 48 48 #endif 49 49
Note:
See TracChangeset
for help on using the changeset viewer.