diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2004-01-15 07:19:20 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2004-01-15 07:19:20 +0000 |
commit | d4c437af3e23285bc9aa0ef19b1dcf02aee87a93 (patch) | |
tree | 69ee433f20d868740cdb628f748d86a246fe0d56 /winsup/w32api/include/ntsecapi.h | |
parent | 8e5d1131de0a5f32b8f71ea8b9bf5b27ba5294d5 (diff) | |
download | cygnal-d4c437af3e23285bc9aa0ef19b1dcf02aee87a93.tar.gz cygnal-d4c437af3e23285bc9aa0ef19b1dcf02aee87a93.tar.bz2 cygnal-d4c437af3e23285bc9aa0ef19b1dcf02aee87a93.zip |
2004-01-15 Filip Navara <xnavara@volny.cz>
* include/ddk/mcd.h: Don't care about value of DBG define.
* include/ddk/srb.h: Ditto.
* include/ddk/storport.h: Ditto.
* include/ddk/video.h: Ditto.
* include/nspapi.h (SetServiceW, GetAddressByNameA,
GetAddressByNameW): Correct protoype.
* include/ntsecapi.h (PCUNICODE_STRING): Define.
Diffstat (limited to 'winsup/w32api/include/ntsecapi.h')
-rw-r--r-- | winsup/w32api/include/ntsecapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/w32api/include/ntsecapi.h b/winsup/w32api/include/ntsecapi.h index 71e4e5e74..559087292 100644 --- a/winsup/w32api/include/ntsecapi.h +++ b/winsup/w32api/include/ntsecapi.h @@ -129,6 +129,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; |