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