Changeset 335 for trunk/win32
- Timestamp:
- 12/23/09 08:49:47 (2 years ago)
- Files:
-
- trunk/win32/winnt.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/win32/winnt.d
r326 r335 1952 1952 1953 1953 // Doesn't seem to make sense, but anyway.... 1954 ULONG WT_SET_MAX_THREADPOOL_THREADS( inoutULONG Flags, ushort Limit) {1954 ULONG WT_SET_MAX_THREADPOOL_THREADS(ref ULONG Flags, ushort Limit) { 1955 1955 return Flags |= Limit << 16; 1956 1956 }
