* include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
Thanks to: Bruce M Simpson <bms_spc at sf dot net>
This commit is contained in:
parent
7eaa966b8f
commit
6bcc8fbabb
@ -1,3 +1,8 @@
|
||||
2006-04-28 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||
|
||||
* include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
|
||||
Thanks to: Bruce M Simpson <bms_spc at sf dot net>
|
||||
|
||||
2006-04-28 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||
|
||||
* include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_*,MAX_IF_TYPE,IF_ACCESS_*,
|
||||
|
@ -1398,6 +1398,7 @@ typedef DWORD FLONG;
|
||||
#define IsReparseTagValid(x) (!((x)&~IO_REPARSE_TAG_VALID_VALUES)&&((x)>IO_REPARSE_TAG_RESERVED_RANGE))
|
||||
#define IO_REPARSE_TAG_SYMBOLIC_LINK IO_REPARSE_TAG_RESERVED_ZERO
|
||||
#define IO_REPARSE_TAG_MOUNT_POINT 0xA0000003
|
||||
#define WT_SET_MAX_THREADPOOL_THREADS(Flags,Limit) ((Flags)|=(Limit)<<16)
|
||||
#ifndef RC_INVOKED
|
||||
typedef DWORD ACCESS_MASK, *PACCESS_MASK;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user