- Sync RPCRT4.dll to Wine-20070507 (recent release Wine 0.9.36).
authorAleksey Bragin <aleksey@reactos.org>
Tue, 15 May 2007 11:19:12 +0000 (11:19 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Tue, 15 May 2007 11:19:12 +0000 (11:19 +0000)
commitc08df38aaa24c712a00de703f79ba9f3da960939
treec6315b01d572e4d499cfe9ece8b15493456dcc51
parent00495fbe26c9fe060e002e092894274a6e993cbe
- Sync RPCRT4.dll to Wine-20070507 (recent release Wine 0.9.36).
- Fix a couple of headers.
- NOTE: I tested this rpcrt4 under ReactOS 0.3.1 and it boots normally. However, for future work, a wrapper library around winsock should be built, and a rpcrt4_ros.diff should be developer. Right now it's manually synced, and contains a few modifications (marked as #ifdef FIX_LATER in most cases).
Also, I'm not going to do a proper vendor import of this library, because next sync will most probably be autosync.
In case of problems, it could be reverted.

svn path=/trunk/; revision=26789
32 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 [new file with mode: 0644]
reactos/dll/win32/rpcrt4/ndr_clientserver.c [new file with mode: 0644]
reactos/dll/win32/rpcrt4/ndr_contexth.c [deleted file]
reactos/dll/win32/rpcrt4/ndr_contexth.h [deleted file]
reactos/dll/win32/rpcrt4/ndr_fullpointer.c [new file with mode: 0644]
reactos/dll/win32/rpcrt4/ndr_marshall.c
reactos/dll/win32/rpcrt4/ndr_midl.c [deleted file]
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/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_misc.h
reactos/dll/win32/rpcrt4/rpc_server.c
reactos/dll/win32/rpcrt4/rpc_server.h
reactos/dll/win32/rpcrt4/rpc_transport.c [new file with mode: 0644]
reactos/dll/win32/rpcrt4/rpcrt4.rbuild
reactos/dll/win32/rpcrt4/rpcrt4.spec
reactos/dll/win32/rpcrt4/rpcrt4_main.c
reactos/dll/win32/rpcrt4/rpcss_np_client.c
reactos/dll/win32/rpcrt4/rpcss_np_client.h
reactos/include/psdk/rpc.h
reactos/include/psdk/sspi.h
reactos/media/doc/README.WINE