Jon Griffiths jon_p_griffiths@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.
Hi,
Actually there is a native winternl.h that defines these. You may need to upgrade your headers.
I'm aware of that, but it doesn't come by default with visual studio.net enterprise edition. I don't see why we should require a ddk download in order to compile the tests- IMO they should work out of the box with a standard install of the tools.
Cheers, Jon
===== "Don't wait for the seas to part, or messiahs to come; Don't you sit around and waste this chance..." - Live
jon_p_griffiths@yahoo.com
__________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
Jon Griffiths jon_p_griffiths@yahoo.com writes:
I'm aware of that, but it doesn't come by default with visual studio.net enterprise edition. I don't see why we should require a ddk download in order to compile the tests- IMO they should work out of the box with a standard install of the tools.
It's actually part of the SDK, and I think it's perfectly reasonable to require that you have an up to date SDK to build the tests.