Jon Griffiths <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]

Reply via email to