- Make FORCEINLINE extern (not static)
- Declare WspiapiLegacyFreeAddrInfo, WspiapiLegacyGetAddrInfo and WspiapiLegacyGetNameInfo as static __inline.
[CRT]
- Convert FillBuf to static __inline.
[NTOS]
- Convert MmProtectToPteMask to extern.
- Convert LpcpAllocateFromPortZone to static __inline.

svn path=/trunk/; revision=48239
This commit is contained in:
Amine Khaldi 2010-07-25 01:22:15 +00:00
parent 0bbdcf4d8b
commit fbdc7009aa
7 changed files with 64 additions and 60 deletions

View file

@ -73,7 +73,7 @@ IntToChar2(int x)
return u.char2;
}
FORCEINLINE
static __inline
void
FillBuf(timebuf_t *buf, const struct tm *ptm)
{