Changeset 34111 in webkit for trunk/JavaScriptCore
- Timestamp:
- May 24, 2008, 6:58:00 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r34106 r34111 1 2008-05-24 Alp Toker <[email protected]> 2 3 Win32/gcc build fix. Remove MSVC assumption. 4 5 * wtf/TCSpinLock.h: 6 (TCMalloc_SlowLock): 7 1 8 2008-05-24 Oleg Finkelshteyn <[email protected]> 2 9 -
trunk/JavaScriptCore/wtf/TCSpinLock.h
r31216 r34111 49 49 #include <stdlib.h> /* for abort() */ 50 50 51 #if COMPILER(MSVC)51 #if PLATFORM(WIN_OS) 52 52 #ifndef WIN32_LEAN_AND_MEAN 53 53 #define WIN32_LEAN_AND_MEAN … … 180 180 181 181 // Sleep for a few milliseconds 182 #if COMPILER(MSVC)182 #if PLATFORM(WIN_OS) 183 183 Sleep(2); 184 184 #else
Note:
See TracChangeset
for help on using the changeset viewer.