Sync(20): ntdll/tests/rtlstr.c

Alexandre Julliard julliard at winehq.org
Fri Jul 18 18:26:46 CDT 2003


Jon Griffiths <jon_p_griffiths at 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 at winehq.com



More information about the wine-devel mailing list