mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-28 12:05:47 +08:00
* include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
This commit is contained in:
parent
b4966f9139
commit
2922c6c4aa
@ -1,3 +1,7 @@
|
||||
2011-05-15 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
|
||||
|
||||
2011-04-21 Chris Sutcliffe <ir0nh34d@users.sf.net>
|
||||
|
||||
* include/windef.h (PACKED): Remove macro.
|
||||
|
@ -194,6 +194,7 @@ extern "C" {
|
||||
#define CREATE_FORCEDOS 0x00002000
|
||||
#define BELOW_NORMAL_PRIORITY_CLASS 0x00004000
|
||||
#define ABOVE_NORMAL_PRIORITY_CLASS 0x00008000
|
||||
#define STACK_SIZE_PARAM_IS_A_RESERVATION 0x00010000
|
||||
#define CREATE_BREAKAWAY_FROM_JOB 0x01000000
|
||||
#define CREATE_WITH_USERPROFILE 0x02000000
|
||||
#define CREATE_DEFAULT_ERROR_MODE 0x04000000
|
||||
|
Loading…
x
Reference in New Issue
Block a user