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>2001-01-26 19:35:17 +0300
committerChristopher Faylor <me@cgf.cx>2001-01-26 19:35:17 +0300
commit046fcbed3b2b1c7c6f5f2f764b9661773e05e694 (patch)
tree8d73614ea2501e19bc4171feb154194bdf06ce5f
parentb0913397bae1fb85a5e4568946efae03f918bcaf (diff)
* include/winnt.h: Add PTOKEN_USER.
-rw-r--r--winsup/w32api/ChangeLog39
-rw-r--r--winsup/w32api/include/winnt.h2
2 files changed, 22 insertions, 19 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 382ddb43d..1da70a502 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,6 @@
+Fri Jan 26 11:34:04 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * include/winnt.h: Add PTOKEN_USER.
Tue Jan 16 13:53:30 2001 Earnie Boyd <earnie@users.sourceforge.net>
@@ -123,7 +126,7 @@ Fri Nov 3 21:50:47 2000 Christopher Faylor <cgf@cygnus.com>
Mon Oct 19 13:55:00 2000 Earnie Boyd <earnie_boyd@yahoo.com>
- * Makefile.in: increment VERSION. Change tar file name for dist and
+ * Makefile.in: increment VERSION. Change tar file name for dist and
bindist targets to be more standard.
* config.guess: Update with the currently published file.
* config.sub: ditto.
@@ -165,9 +168,9 @@ Sun Oct 8 18:26:00 2000 Corinna Vinschen <corinna@vinschen.de>
Mon Oct 2 11:15:00 2000 Corinna Vinschen <corinna@vinschen.de>
- * include/ras.h: New file.
- * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
- RasEnumDevicesW.
+ * include/ras.h: New file.
+ * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
+ RasEnumDevicesW.
Mon Oct 2 10:56:00 2000 Corinna Vinschen <corinna@vinschen.de>
@@ -175,29 +178,29 @@ Mon Oct 2 10:56:00 2000 Corinna Vinschen <corinna@vinschen.de>
Sun Oct 1 23:55:00 2000 Corinna Vinschen <corinna@vinschen.de>
- * include/ipexport.h: Add missing `extern "C"' directives.
- * include/iphlpapi.h: Ditto.
- * include/iprtrmib.h: Ditto.
- * include/iptypes.h: Ditto.
+ * include/ipexport.h: Add missing `extern "C"' directives.
+ * include/iphlpapi.h: Ditto.
+ * include/iprtrmib.h: Ditto.
+ * include/iptypes.h: Ditto.
Sun Oct 1 22:09:00 2000 Corinna Vinschen <corinna@vinschen.de>
- * include/ipifcons.h: New header file.
- * include/iprtrmib.h: Move operational states to ipifcons.h.
- * include/iphlpapi.h: Add missing parameters to GetIfTable()
- declaration.
+ * include/ipifcons.h: New header file.
+ * include/iprtrmib.h: Move operational states to ipifcons.h.
+ * include/iphlpapi.h: Add missing parameters to GetIfTable()
+ declaration.
Sun Oct 1 16:30:00 2000 Corinna Vinschen <corinna@vinschen.de>
- * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
+ * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
Sun Oct 1 16:13:00 2000 Corinna Vinschen <corinna@vinschen.de>
- * lib/iphlpapi.def: New stub for iphlpapi.dll.
- * include/iptypes.h: New header file.
- * include/ipexport.h: Ditto.
- * include/iphlpapi.h: Ditto.
- * include/iprtrmib.h: Ditto.
+ * lib/iphlpapi.def: New stub for iphlpapi.dll.
+ * include/iptypes.h: New header file.
+ * include/ipexport.h: Ditto.
+ * include/iphlpapi.h: Ditto.
+ * include/iprtrmib.h: Ditto.
Sun Oct 1 2:54:00 2000 Corinna Vinschen <corinna@vinschen.de>
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h
index 235244ece..9365fadaa 100644
--- a/winsup/w32api/include/winnt.h
+++ b/winsup/w32api/include/winnt.h
@@ -1791,7 +1791,7 @@ typedef struct _TOKEN_STATISTICS {
} TOKEN_STATISTICS;
typedef struct _TOKEN_USER {
SID_AND_ATTRIBUTES User;
-} TOKEN_USER;
+} TOKEN_USER, *PTOKEN_USER;
typedef DWORD SECURITY_INFORMATION,*PSECURITY_INFORMATION;
typedef WORD SECURITY_DESCRIPTOR_CONTROL,*PSECURITY_DESCRIPTOR_CONTROL;
typedef struct _SECURITY_DESCRIPTOR {