Changeset 335 for trunk/win32

Show
Ignore:
Timestamp:
12/23/09 08:49:47 (2 years ago)
Author:
Don Clugston
Message:

inout->ref for forthcoming DMD2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/win32/winnt.d

    r326 r335  
    19521952 
    19531953// Doesn't seem to make sense, but anyway.... 
    1954 ULONG WT_SET_MAX_THREADPOOL_THREADS(inout ULONG Flags, ushort Limit) { 
     1954ULONG WT_SET_MAX_THREADPOOL_THREADS(ref ULONG Flags, ushort Limit) { 
    19551955    return Flags |= Limit << 16; 
    19561956}