mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
[TCPIP] Add some static specifiers, to prevent exporting FORCEINLINE function outside compilation unit
This commit is contained in:
parent
ae5d2dbb9e
commit
796c1ac993
2 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,8 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
__inline INT SkipToOffset(
|
||||
static inline
|
||||
INT SkipToOffset(
|
||||
PNDIS_BUFFER Buffer,
|
||||
UINT Offset,
|
||||
PCHAR *Data,
|
||||
|
|
|
@ -247,7 +247,7 @@ ReassembleDatagram(
|
|||
}
|
||||
|
||||
|
||||
__inline VOID Cleanup(
|
||||
static inline VOID Cleanup(
|
||||
PKSPIN_LOCK Lock,
|
||||
KIRQL OldIrql,
|
||||
PIPDATAGRAM_REASSEMBLY IPDR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue