mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 13:59:25 +00:00
[MSAFD]
Properly declare with FORCEINLINE svn path=/trunk/; revision=63144
This commit is contained in:
parent
dedd67967c
commit
9bfb45693d
1 changed files with 1 additions and 1 deletions
|
@ -480,8 +480,8 @@ SockReenableAsyncSelectEvent (
|
||||||
|
|
||||||
typedef VOID (*PASYNC_COMPLETION_ROUTINE)(PVOID Context, PIO_STATUS_BLOCK IoStatusBlock);
|
typedef VOID (*PASYNC_COMPLETION_ROUTINE)(PVOID Context, PIO_STATUS_BLOCK IoStatusBlock);
|
||||||
|
|
||||||
DWORD
|
|
||||||
FORCEINLINE
|
FORCEINLINE
|
||||||
|
DWORD
|
||||||
MsafdReturnWithErrno(NTSTATUS Status,
|
MsafdReturnWithErrno(NTSTATUS Status,
|
||||||
LPINT Errno,
|
LPINT Errno,
|
||||||
DWORD Received,
|
DWORD Received,
|
||||||
|
|
Loading…
Reference in a new issue