19 Jul
2003
19 Jul
'03
12:26 a.m.
Jon Griffiths <jon_p_griffiths(a)yahoo.com> writes:
+/* Define the undocumented types we need here as there is no native header */ +typedef struct _STRING { + USHORT Length; + USHORT MaximumLength; + PCHAR Buffer; +} STRING, *PSTRING; +typedef const STRING *PCANSI_STRING;
Actually there is a native winternl.h that defines these. You may need to upgrade your headers. -- Alexandre Julliard julliard(a)winehq.com