From: Amine Khaldi Date: Sat, 24 Jul 2010 10:51:22 +0000 (+0000) Subject: [XDK] X-Git-Tag: backups/Ash_Shell@48412~1^2~80 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=39cec38832eafc1a85b98ebed69a239b278e3c6d;hp=e1e0ed63e2e164fac80fa21f3a76c77fbcb4006b [XDK] - Missed this one (FORCEINLINE) [DDK] - Update DDK to reflect the XDK changes. svn path=/trunk/; revision=48228 --- diff --git a/reactos/include/ddk/wdm.h b/reactos/include/ddk/wdm.h index 4ac1c25b456..3b4e063e831 100644 --- a/reactos/include/ddk/wdm.h +++ b/reactos/include/ddk/wdm.h @@ -9521,8 +9521,8 @@ InitializeSListHead( #else -VOID FORCEINLINE +VOID InitializeSListHead( OUT PSLIST_HEADER SListHead) { diff --git a/reactos/include/xdk/rtlfuncs.h b/reactos/include/xdk/rtlfuncs.h index af347f4f2aa..d0657f6dd41 100644 --- a/reactos/include/xdk/rtlfuncs.h +++ b/reactos/include/xdk/rtlfuncs.h @@ -2855,8 +2855,8 @@ InitializeSListHead( #else -VOID FORCEINLINE +VOID InitializeSListHead( OUT PSLIST_HEADER SListHead) {