Changeset 62544 in webkit for trunk/JavaScriptCore/jit/ExecutableAllocatorWin.cpp
- Timestamp:
- Jul 6, 2010, 4:34:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/ExecutableAllocatorWin.cpp
r62511 r62544 28 28 #include "ExecutableAllocator.h" 29 29 30 #if ENABLE( EXECUTABLE_ALLOCATOR_DEMAND) && OS(WINDOWS)30 #if ENABLE(ASSEMBLER) && OS(WINDOWS) 31 31 32 32 #include "windows.h"
Note:
See TracChangeset
for help on using the changeset viewer.