mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +00:00
[PSDK]
- 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:
parent
0bbdcf4d8b
commit
fbdc7009aa
7 changed files with 64 additions and 60 deletions
|
@ -73,7 +73,7 @@ IntToChar2(int x)
|
|||
return u.char2;
|
||||
}
|
||||
|
||||
FORCEINLINE
|
||||
static __inline
|
||||
void
|
||||
FillBuf(timebuf_t *buf, const struct tm *ptm)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue