[MSWSOCK]

- Remove broken 'inline' specifiers
CORE-11794

svn path=/trunk/; revision=73209
This commit is contained in:
Thomas Faber 2016-11-12 12:23:49 +00:00
parent d121793bd6
commit df216319db
2 changed files with 0 additions and 3 deletions

View file

@ -47,7 +47,6 @@ mswBufferIncUsed(_Inout_ PMSW_BUFFER mswBuf,
return TRUE;
}
inline
BYTE*
mswBufferEndPtr(_Inout_ PMSW_BUFFER mswBuf)
{

View file

@ -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);