rpcrt4: Remove WINAPI on static functions where not needed.

Francois Gouget fgouget at codeweavers.com
Tue May 5 20:43:50 CDT 2009


---
 dlls/rpcrt4/rpc_transport.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/rpcrt4/rpc_transport.c b/dlls/rpcrt4/rpc_transport.c
index 390a7d4..d078d69 100644
--- a/dlls/rpcrt4/rpc_transport.c
+++ b/dlls/rpcrt4/rpc_transport.c
@@ -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;
-- 
1.6.2.1



More information about the wine-patches mailing list