rpc_H_PL9 (resend as per Michael's reccomendation)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



same patch; different changelog.

LICENSE: X11

CHANGELOG:
* dlls/rpcrt4: rpc_server.c;
  include: rpcdcep.h:
  Greg Turner <gmturner007@ameritech.net>
- Conform to the silly definition of I_RpcWindowProc found
  in the Microsoft headers.

--
gmt

"The purpose of government is to rein in the rights of the people"
 --President Bill Clinton, MTV interview, 1993

diff -ur -x CVS -x 'bigdif*' ../wine.test/dlls/rpcrt4/rpc_server.c ./dlls/rpcrt4/rpc_server.c
--- ../wine.test/dlls/rpcrt4/rpc_server.c	2002-10-31 08:30:12.000000000 -0600
+++ ./dlls/rpcrt4/rpc_server.c	2002-10-31 08:37:05.000000000 -0600
@@ -690,7 +690,7 @@
 /***********************************************************************
  *             I_RpcWindowProc (RPCRT4.@)
  */
-UINT WINAPI I_RpcWindowProc( HANDLE hWnd, UINT Message, UINT wParam, ULONG lParam )
+UINT WINAPI I_RpcWindowProc( void *hWnd, UINT Message, UINT wParam, ULONG lParam )
 {
   FIXME( "(%p,%08x,%08x,%08lx): stub\n", hWnd, Message, wParam, lParam );
 
diff -ur -x CVS -x 'bigdif*' ../wine.test/include/rpcdcep.h ./include/rpcdcep.h
--- ../wine.test/include/rpcdcep.h	2002-10-31 08:30:12.000000000 -0600
+++ ./include/rpcdcep.h	2002-10-31 08:37:25.000000000 -0600
@@ -134,7 +134,7 @@
   I_RpcSetThreadParams( int fClientFree, void* Context, void* hWndClient );
 
 RPCRTAPI UINT RPC_ENTRY
-  I_RpcWindowProc( HANDLE hWnd, UINT Message, UINT wParam, ULONG lParam );
+  I_RpcWindowProc( void* hWnd, UINT Message, UINT wParam, ULONG lParam );
 
 /* WINNT */
 RPCRTAPI RPC_STATUS RPC_ENTRY

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux