https://git.reactos.org/?p=reactos.git;a=commitdiff;h=02f4c755b8147b26d6855…
commit 02f4c755b8147b26d6855ee26f81081bc824b300
Author: Jérôme Gardou <jerome.gardou(a)reactos.org>
AuthorDate: Mon Nov 16 14:27:24 2020 +0100
Commit: Jérôme Gardou <zefklop(a)users.noreply.github.com>
CommitDate: Mon Nov 16 16:58:10 2020 +0100
[SDK] Use FORCEINLINE instead of inline
---
sdk/include/reactos/debug/driverdbg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/include/reactos/debug/driverdbg.h
b/sdk/include/reactos/debug/driverdbg.h
index 963236e503f..c25e5fdcc97 100644
--- a/sdk/include/reactos/debug/driverdbg.h
+++ b/sdk/include/reactos/debug/driverdbg.h
@@ -8,7 +8,7 @@
#ifndef _DBG_DRIVERDBG_H_
#define _DBG_DRIVERDBG_H_
-inline
+FORCEINLINE
PCHAR
GetIRPMinorFunctionString(
UCHAR MinorFunction)