Commit f6d52e28 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

netio.sys: Remove WINAPI on static functions where not needed.

parent 1aa64a30
...@@ -605,7 +605,7 @@ static void WINAPI send_receive_callback(TP_CALLBACK_INSTANCE *instance, void *s ...@@ -605,7 +605,7 @@ static void WINAPI send_receive_callback(TP_CALLBACK_INSTANCE *instance, void *s
unlock_socket(socket); unlock_socket(socket);
} }
static NTSTATUS WINAPI do_send_receive(WSK_SOCKET *socket, WSK_BUF *wsk_buf, ULONG flags, IRP *irp, BOOL is_send) static NTSTATUS do_send_receive(WSK_SOCKET *socket, WSK_BUF *wsk_buf, ULONG flags, IRP *irp, BOOL is_send)
{ {
struct wsk_socket_internal *s = wsk_socket_internal_from_wsk_socket(socket); struct wsk_socket_internal *s = wsk_socket_internal_from_wsk_socket(socket);
struct wsk_pending_io *io; struct wsk_pending_io *io;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment