mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
[rtl]
- Use __inline instead of __inline__ to fix compilation with msvc svn path=/trunk/; revision=48398
This commit is contained in:
parent
84d8b7850d
commit
716e283fb3
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ BitCountTable[256] =
|
||||||
|
|
||||||
/* PRIVATE FUNCTIONS ********************************************************/
|
/* PRIVATE FUNCTIONS ********************************************************/
|
||||||
|
|
||||||
static __inline__
|
static __inline
|
||||||
ULONG
|
ULONG
|
||||||
RtlpGetLengthOfRunClear(
|
RtlpGetLengthOfRunClear(
|
||||||
IN PRTL_BITMAP BitMapHeader,
|
IN PRTL_BITMAP BitMapHeader,
|
||||||
|
@ -92,7 +92,7 @@ RtlpGetLengthOfRunClear(
|
||||||
return Length;
|
return Length;
|
||||||
}
|
}
|
||||||
|
|
||||||
static __inline__
|
static __inline
|
||||||
ULONG
|
ULONG
|
||||||
RtlpGetLengthOfRunSet(
|
RtlpGetLengthOfRunSet(
|
||||||
IN PRTL_BITMAP BitMapHeader,
|
IN PRTL_BITMAP BitMapHeader,
|
||||||
|
|
Loading…
Reference in a new issue