Changeset 44887 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jun 19, 2009, 6:19:25 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r44886 r44887 1 2009-06-19 Gavin Barraclough <[email protected]> 2 3 Reviewed by NOBODY (Windows build fix). 4 5 * jit/JIT.h: 6 * jit/JITInlineMethods.h: 7 1 8 2009-06-19 Gabor Loki <[email protected]> 2 9 -
trunk/JavaScriptCore/jit/JIT.h
r44886 r44887 29 29 #include <wtf/Platform.h> 30 30 31 #if PLATFORM(WIN) 32 #undef FIELD_OFFSET // Fix conflict with winnt.h. 33 #endif 31 34 // FIELD_OFFSET: Like the C++ offsetof macro, but you can use it with classes. 32 35 // The magic number 0x4000 is insignificant. We use it to avoid using NULL, since -
trunk/JavaScriptCore/jit/JITInlineMethods.h
r44886 r44887 31 31 #if ENABLE(JIT) 32 32 33 #if PLATFORM(WIN)34 #undef FIELD_OFFSET // Fix conflict with winnt.h.35 #endif36 37 33 namespace JSC { 38 34
Note:
See TracChangeset
for help on using the changeset viewer.