- Sync rpcrt4 with Wine-1.1.32. ReactOS-specific changes are:
authorAleksey Bragin <aleksey@reactos.org>
Fri, 13 Nov 2009 13:26:54 +0000 (13:26 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Fri, 13 Nov 2009 13:26:54 +0000 (13:26 +0000)
commit8d0de240d5eabe5c5214aa90102a0761e1aa418e
treeedb73bbe06a9c918b384c46b8f75b28dca9a1469
parent08a2fdadeb9189d68e5c2fd1bb81cff0696f7d02
- Sync rpcrt4 with Wine-1.1.32. ReactOS-specific changes are:
 * Use overlapped named pipes access mode, and use GetOverlappedResult for reading/writing too.
 * Add patch for waiting for server calls in RpcMgmtWaitServerListen (not fully correct one, but enough for now).
 * Hacks around ntsecapi.h inclusion (it can't be used properly with winternl.h).
 * Total removal of HTTP transport. Could be enabled when dynamic linking to wininet.dll will be possible.
- Change config.h to include new ASM macros. This is not platform independent.

svn path=/trunk/; revision=44130
26 files changed:
reactos/dll/win32/rpcrt4/cproxy.c
reactos/dll/win32/rpcrt4/cpsf.c
reactos/dll/win32/rpcrt4/cpsf.h
reactos/dll/win32/rpcrt4/cstub.c
reactos/dll/win32/rpcrt4/epm_towers.h
reactos/dll/win32/rpcrt4/ndr_contexthandle.c
reactos/dll/win32/rpcrt4/ndr_misc.h
reactos/dll/win32/rpcrt4/ndr_ole.c
reactos/dll/win32/rpcrt4/ndr_stubless.c
reactos/dll/win32/rpcrt4/ndr_stubless.h
reactos/dll/win32/rpcrt4/rpc_assoc.c
reactos/dll/win32/rpcrt4/rpc_assoc.h
reactos/dll/win32/rpcrt4/rpc_async.c
reactos/dll/win32/rpcrt4/rpc_binding.c
reactos/dll/win32/rpcrt4/rpc_binding.h
reactos/dll/win32/rpcrt4/rpc_defs.h
reactos/dll/win32/rpcrt4/rpc_epmap.c
reactos/dll/win32/rpcrt4/rpc_message.c
reactos/dll/win32/rpcrt4/rpc_message.h
reactos/dll/win32/rpcrt4/rpc_server.c
reactos/dll/win32/rpcrt4/rpc_server.h
reactos/dll/win32/rpcrt4/rpc_transport.c
reactos/dll/win32/rpcrt4/rpcrt4.rbuild
reactos/dll/win32/rpcrt4/rpcrt4.spec
reactos/dll/win32/rpcrt4/rpcrt4_main.c
reactos/include/reactos/wine/config.h