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:
authorChristopher Faylor <me@cgf.cx>2005-12-13 04:24:36 +0300
committerChristopher Faylor <me@cgf.cx>2005-12-13 04:24:36 +0300
commitbecfe4e93e81d6fd9811a16aa2490c15511c2947 (patch)
treeb59572287bc071120274f0476c55ea9febed55a6 /winsup/w32api
parent678a9510df0fa167ab6d23108d639e3d2f216015 (diff)
* include/winuser.h (WINSTA_ALL_ACCESS): Define.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/winuser.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 96e69aae9..ae72ac90f 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Christopher Faylor <cgf@timesys.com>
+
+ * include/winuser.h (WINSTA_ALL_ACCESS): Define.
+
2005-12-09 Danny Smith <dannysmith@users.sourceforge.net>
* lib/kernel32.def (CreateFiberEx): Correct suffix.
diff --git a/winsup/w32api/include/winuser.h b/winsup/w32api/include/winuser.h
index 91e704281..f65db722c 100644
--- a/winsup/w32api/include/winuser.h
+++ b/winsup/w32api/include/winuser.h
@@ -378,6 +378,7 @@ extern "C" {
#define WS_EX_TOPMOST 8
#define WS_EX_TRANSPARENT 32
#define WS_EX_WINDOWEDGE 256
+#define WINSTA_ALL_ACCESS 895
#define WINSTA_ACCESSCLIPBOARD 4
#define WINSTA_ACCESSGLOBALATOMS 32
#define WINSTA_CREATEDESKTOP 8