From 4c02a6ab9c113d409323e56bf881382a503778ac Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 21 Jul 2000 10:11:57 +0000 Subject: [PATCH] * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and LPTOKEN_SOURCE. --- winsup/w32api/include/winnt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;