On Thu, Oct 31, 2002 at 08:49:18AM -0600, Greg Turner wrote:
LICENSE: X11
CHANGELOG:
- dlls/rpcrt4: rpc_server.c; include: rpcdcep.h: Greg Turner gmturner007@ameritech.net
- One more fixup for winapi_check
-UINT WINAPI I_RpcWindowProc( HANDLE hWnd, UINT Message, UINT wParam, ULONG lParam) +UINT WINAPI I_RpcWindowProc( void *hWnd, UINT Message, UINT wParam, ULONG lParam )
That's totaly broken. It's a problem in winapi_check and not in your code. Well, their is a problem in your code too, i would change HANDLE to HWND.
bye michael