From: Thomas Faber Date: Sun, 20 Sep 2015 06:21:41 +0000 (+0000) Subject: [IDL] X-Git-Tag: ReactOS-0.4.0~746 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=bdce828d6d893dc4b2b36ada8d907d16c193257e [IDL] - ms-dtyp.idl doesn't need UNICODE_STRING svn path=/trunk/; revision=69301 --- diff --git a/reactos/include/reactos/idl/ms-dtyp.idl b/reactos/include/reactos/idl/ms-dtyp.idl index 301da1a4e2f..43ef37ef99d 100644 --- a/reactos/include/reactos/idl/ms-dtyp.idl +++ b/reactos/include/reactos/idl/ms-dtyp.idl @@ -185,12 +185,6 @@ typedef struct _ULARGE_INTEGER { ULONGLONG QuadPart; } ULARGE_INTEGER, *PULARGE_INTEGER; -typedef struct _UNICODE_STRING { - USHORT Length; - USHORT MaximumLength; - [size_is(MaximumLength/2), length_is(Length/2)] LPWSTR Buffer; -} UNICODE_STRING, *PUNICODE_STRING; - cpp_quote("#endif") /* Constructed security types */