diff options
Diffstat (limited to 'winsup/w32api/include/ntdef.h')
-rw-r--r-- | winsup/w32api/include/ntdef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/w32api/include/ntdef.h b/winsup/w32api/include/ntdef.h index fd1074ca4..83f4fa356 100644 --- a/winsup/w32api/include/ntdef.h +++ b/winsup/w32api/include/ntdef.h @@ -31,6 +31,7 @@ typedef struct _UNICODE_STRING { USHORT MaximumLength; PWSTR Buffer; } UNICODE_STRING, *PUNICODE_STRING; +typedef const UNICODE_STRING* PCUNICODE_STRING; typedef struct _STRING { USHORT Length; USHORT MaximumLength; |