- Use __inline instead of __inline__ to fix compilation with msvc

svn path=/trunk/; revision=48398
This commit is contained in:
Giannis Adamopoulos 2010-08-01 16:34:22 +00:00
parent 84d8b7850d
commit 716e283fb3

View file

@ -43,7 +43,7 @@ BitCountTable[256] =
/* PRIVATE FUNCTIONS ********************************************************/
static __inline__
static __inline
ULONG
RtlpGetLengthOfRunClear(
IN PRTL_BITMAP BitMapHeader,
@ -92,7 +92,7 @@ RtlpGetLengthOfRunClear(
return Length;
}
static __inline__
static __inline
ULONG
RtlpGetLengthOfRunSet(
IN PRTL_BITMAP BitMapHeader,