Changeset 20351 in webkit for trunk/JavaScriptCore/wtf/FastMallocInternal.h
- Timestamp:
- Mar 20, 2007, 4:57:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMallocInternal.h
r19209 r20351 24 24 #define WTF_FastMallocInternal_h 25 25 26 #if !PLATFORM(WIN_OS)27 28 #include <pthread.h>29 30 26 namespace WTF { 31 27 // Clients must call this function before allocating memory on a secondary thread. … … 33 29 } 34 30 35 #endif36 37 31 #endif // WTF_FastMallocInternal_h
Note:
See TracChangeset
for help on using the changeset viewer.