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>2000-07-21 14:11:57 +0400
committerCorinna Vinschen <corinna@vinschen.de>2000-07-21 14:11:57 +0400
commit4c02a6ab9c113d409323e56bf881382a503778ac (patch)
treea7b3ceacad0ed06c36528db627c300e81b897ea7
parent6780333e20835aeb3b16f6aa516dec8c3488f1b2 (diff)
* include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
LPTOKEN_SOURCE.
-rw-r--r--winsup/w32api/include/winnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h
index dfdbb71ed..d1d4a7fb2 100644
--- a/winsup/w32api/include/winnt.h
+++ b/winsup/w32api/include/winnt.h
@@ -1710,7 +1710,7 @@ typedef SID_AND_ATTRIBUTES_ARRAY *PSID_AND_ATTRIBUTES_ARRAY;
typedef struct _TOKEN_SOURCE {
CHAR SourceName[8];
LUID SourceIdentifier;
-} TOKEN_SOURCE;
+} TOKEN_SOURCE,*PTOKEN_SOURCE,*LPTOKEN_SOURCE;
typedef struct _TOKEN_CONTROL {
LUID TokenId;
LUID AuthenticationId;