Author: hbelusca
Date: Tue Sep 17 23:10:26 2013
New Revision: 60194
URL:
http://svn.reactos.org/svn/reactos?rev=60194&view=rev
Log:
Fix a compilation error.
Modified:
branches/ntvdm/lib/soft386/common.c
Modified: branches/ntvdm/lib/soft386/common.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/lib/soft386/common.c?rev=…
==============================================================================
--- branches/ntvdm/lib/soft386/common.c [iso-8859-1] (original)
+++ branches/ntvdm/lib/soft386/common.c [iso-8859-1] Tue Sep 17 23:10:26 2013
@@ -20,7 +20,7 @@
/* PRIVATE FUNCTIONS **********************************************************/
-static FORCEINLINE
+static /* FORCEINLINE */
ULONG
Soft386GetPageTableEntry(PSOFT386_STATE State,
ULONG VirtualAddress)