mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[RTL]
__inline__ -> __inline svn path=/branches/ros-amd64-bringup/; revision=45445
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user