From 7380fcd1f4b67d94b04f26789c28241970f692a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Fri, 22 Aug 2008 22:11:49 +0000 Subject: [PATCH] LONG -> NTSTATUS svn path=/trunk/; revision=35544 --- reactos/include/ndk/iotypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ndk/iotypes.h b/reactos/include/ndk/iotypes.h index d19d4ad0307..5f7f2655f30 100644 --- a/reactos/include/ndk/iotypes.h +++ b/reactos/include/ndk/iotypes.h @@ -764,7 +764,7 @@ typedef struct _DEVICE_NODE PNP_DEVNODE_STATE PreviousState; PNP_DEVNODE_STATE StateHistory[20]; ULONG StateHistoryEntry; - LONG CompletionStatus; + NTSTATUS CompletionStatus; PIRP PendingIrp; ULONG Flags; ULONG UserFlags;