Define missing PNTSTATUS.

svn path=/trunk/; revision=10088
This commit is contained in:
Eric Kohl 2004-07-12 13:51:29 +00:00
parent 72b6ef30e7
commit 32e7b224da

View file

@ -33,7 +33,7 @@ extern "C" {
* Fundamental types and data structures
*/
typedef LONG NTSTATUS;
typedef LONG NTSTATUS, *PNTSTATUS;
typedef CONST char *PCSZ;