mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 17:00:31 +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 ********************************************************/
|
||||
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue