Sync with trunk head (r48826)

svn path=/branches/cmake-bringup/; revision=48831
This commit is contained in:
Timo Kreuzer 2010-09-20 17:27:52 +00:00
commit 912ce51ae6
1261 changed files with 77972 additions and 24019 deletions

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,