Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-05-15 20:40:48 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-05-15 20:40:48 +0400
commit2922c6c4aaa754fee3fcaecddd618ec9dff84cc5 (patch)
treed0608e33fc6ffc8b0cef1b20eb1f99cdf76c3c14 /winsup/w32api
parentb4966f91396b337dc0ce1c1b9f7a95a62a64c84e (diff)
* include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/winbase.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index cec0a4c31..21a5489f0 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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.
diff --git a/winsup/w32api/include/winbase.h b/winsup/w32api/include/winbase.h
index acb90fa7c..3d206794d 100644
--- a/winsup/w32api/include/winbase.h
+++ b/winsup/w32api/include/winbase.h
@@ -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