]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
authorCorinna Vinschen <corinna@vinschen.de>
Sun, 15 May 2011 16:40:48 +0000 (16:40 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Sun, 15 May 2011 16:40:48 +0000 (16:40 +0000)
winsup/w32api/ChangeLog
winsup/w32api/include/winbase.h

index cec0a4c3152ad40bf67388e85dc25b0a0354e8cf..21a5489f01f4eb13dbefb6464fd2b5a60d11abac 100644 (file)
@@ -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.
index acb90fa7c1bf4341bc1d2f78e236c4a092fb6a90..3d206794db020584a2900df3e0af177f1887fd12 100644 (file)
@@ -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
This page took 0.038594 seconds and 5 git commands to generate.