From 580d1cb2bb5a27d04b9713ec1b8e9f84c4e2dc8e Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sun, 4 May 2014 09:38:36 +0000 Subject: [PATCH] [NPFS] Properly declare with FORCEINLINE svn path=/trunk/; revision=63146 --- reactos/drivers/filesystems/npfs/npfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/filesystems/npfs/npfs.h b/reactos/drivers/filesystems/npfs/npfs.h index 28e773f1732..e13adbf60d2 100644 --- a/reactos/drivers/filesystems/npfs/npfs.h +++ b/reactos/drivers/filesystems/npfs/npfs.h @@ -351,8 +351,8 @@ NpReleaseVcb(VOID) // Function to process deferred IRPs outside the VCB lock but still within the // critical region // -VOID FORCEINLINE +VOID NpCompleteDeferredIrps(IN PLIST_ENTRY DeferredList) { PLIST_ENTRY ThisEntry, NextEntry;