__inline__ -> __inline

svn path=/branches/ros-amd64-bringup/; revision=45445
This commit is contained in:
Timo Kreuzer
2010-02-06 01:29:37 +00:00
parent 0e4459beb1
commit 88e4860fb6
+2 -2
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,