mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:31:43 +00:00
[MSWSOCK]
- Remove broken 'inline' specifiers CORE-11794 svn path=/trunk/; revision=73209
This commit is contained in:
parent
d121793bd6
commit
df216319db
2 changed files with 0 additions and 3 deletions
|
@ -47,7 +47,6 @@ mswBufferIncUsed(_Inout_ PMSW_BUFFER mswBuf,
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
inline
|
||||
BYTE*
|
||||
mswBufferEndPtr(_Inout_ PMSW_BUFFER mswBuf)
|
||||
{
|
||||
|
|
|
@ -17,7 +17,6 @@ mswBufferInit(
|
|||
_In_ BYTE* buffer,
|
||||
_In_ DWORD bufferSize);
|
||||
|
||||
inline
|
||||
BOOL
|
||||
mswBufferCheck(
|
||||
_Inout_ PMSW_BUFFER mswBuf,
|
||||
|
@ -28,7 +27,6 @@ mswBufferIncUsed(
|
|||
_Inout_ PMSW_BUFFER mswBuf,
|
||||
_In_ DWORD count);
|
||||
|
||||
inline
|
||||
BYTE*
|
||||
mswBufferEndPtr(
|
||||
_Inout_ PMSW_BUFFER mswBuf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue