mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[IDL]
- ms-dtyp.idl doesn't need UNICODE_STRING svn path=/trunk/; revision=69301
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user