From 32e7b224daefb64701ddfc052a2513becca5453f Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Mon, 12 Jul 2004 13:51:29 +0000 Subject: [PATCH] Define missing PNTSTATUS. svn path=/trunk/; revision=10088 --- reactos/include/wine/winternl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/wine/winternl.h b/reactos/include/wine/winternl.h index d122c540aff..0f5b7aa8371 100644 --- a/reactos/include/wine/winternl.h +++ b/reactos/include/wine/winternl.h @@ -33,7 +33,7 @@ extern "C" { * Fundamental types and data structures */ -typedef LONG NTSTATUS; +typedef LONG NTSTATUS, *PNTSTATUS; typedef CONST char *PCSZ;