Changeset 34111 in webkit for trunk/JavaScriptCore/wtf/TCSpinLock.h
- Timestamp:
- May 24, 2008, 6:58:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.