[rtl]
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Sun, 1 Aug 2010 16:34:22 +0000 (16:34 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Sun, 1 Aug 2010 16:34:22 +0000 (16:34 +0000)
- Use __inline instead of __inline__ to fix compilation with msvc

svn path=/trunk/; revision=48398

reactos/lib/rtl/bitmap.c

index c0aef4f..42c03ab 100644 (file)
@@ -43,7 +43,7 @@ BitCountTable[256] =
 
 /* PRIVATE FUNCTIONS ********************************************************/
 
 
 /* PRIVATE FUNCTIONS ********************************************************/
 
-static __inline__
+static __inline
 ULONG
 RtlpGetLengthOfRunClear(
     IN PRTL_BITMAP BitMapHeader,
 ULONG
 RtlpGetLengthOfRunClear(
     IN PRTL_BITMAP BitMapHeader,
@@ -92,7 +92,7 @@ RtlpGetLengthOfRunClear(
     return Length;
 }
 
     return Length;
 }
 
-static __inline__
+static __inline
 ULONG
 RtlpGetLengthOfRunSet(
     IN PRTL_BITMAP BitMapHeader,
 ULONG
 RtlpGetLengthOfRunSet(
     IN PRTL_BITMAP BitMapHeader,