From d4c437af3e23285bc9aa0ef19b1dcf02aee87a93 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Thu, 15 Jan 2004 07:19:20 +0000 Subject: 2004-01-15 Filip Navara * 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. --- winsup/w32api/include/ntsecapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/w32api/include/ntsecapi.h') 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; -- cgit v1.2.3