Commit 082147d9 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

rpcrt4: Remove WINAPI on static functions where not needed.

parent 5ecc5f73
......@@ -1808,7 +1808,7 @@ typedef struct _HttpTimerThreadData
HANDLE timer_cancelled;
} HttpTimerThreadData;
static VOID CALLBACK rpcrt4_http_keep_connection_active_timer_proc(PVOID param, BOOLEAN dummy)
static VOID rpcrt4_http_keep_connection_active_timer_proc(PVOID param, BOOLEAN dummy)
{
HINTERNET in_request = param;
RpcPktHdr *idle_pkt;
......
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