[IDL]
authorThomas Faber <thomas.faber@reactos.org>
Sun, 20 Sep 2015 06:21:41 +0000 (06:21 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 20 Sep 2015 06:21:41 +0000 (06:21 +0000)
- ms-dtyp.idl doesn't need UNICODE_STRING

svn path=/trunk/; revision=69301

reactos/include/reactos/idl/ms-dtyp.idl

index 301da1a..43ef37e 100644 (file)
@@ -185,12 +185,6 @@ typedef struct _ULARGE_INTEGER {
     ULONGLONG QuadPart;
 } ULARGE_INTEGER, *PULARGE_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 */
 cpp_quote("#endif")
 
 /* Constructed security types */