From: Hermès Bélusca-Maïto Date: Tue, 17 Sep 2013 23:10:26 +0000 (+0000) Subject: Fix a compilation error. X-Git-Tag: backups/0.3.17@66124~1365^2~448 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=9e913c05f5cae9f22da39e823cc918b1b7f43408 Fix a compilation error. svn path=/branches/ntvdm/; revision=60194 --- diff --git a/lib/soft386/common.c b/lib/soft386/common.c index 385fd5ebd6e..46dfc672a44 100644 --- a/lib/soft386/common.c +++ b/lib/soft386/common.c @@ -20,7 +20,7 @@ /* PRIVATE FUNCTIONS **********************************************************/ -static FORCEINLINE +static /* FORCEINLINE */ ULONG Soft386GetPageTableEntry(PSOFT386_STATE State, ULONG VirtualAddress)