reactos/dll/win32/rpcrt4
Timo Kreuzer 88808bad8a [RPCRT4] Fix x64 assembly code
movaps is a 128 bit aligned move, we need a 64 bit unaligned move, so use movsd.
Fixes a crash in oleaut32_winetest tmarshal.
Also add a comment about the use of movd instead of movq.
2023-09-23 11:06:24 +03:00
..
CMakeLists.txt [ARM] Fix some compilation errors for ARM 2021-09-09 19:40:20 +03:00
cproxy.c [RPCRT4] Sync with Wine Staging 4.18. CORE-16441 2019-11-23 12:12:31 +01:00
cpsf.c [RPCRT4] Sync with Wine Staging 4.18. CORE-16441 2019-11-23 12:12:31 +01:00
cpsf.h
cstub.c [RPCRT4] Sync with Wine Staging 4.18. CORE-16441 2019-11-23 12:12:31 +01:00
epm.idl
epm_towers.h
msvc.S [RPCRT4] Fix x64 assembly code 2023-09-23 11:06:24 +03:00
ncastatus.h
ndr_clientserver.c
ndr_contexthandle.c [RPCRT4] Sync with Wine Staging 4.18. CORE-16441 2019-11-23 12:12:31 +01:00
ndr_es.c
ndr_fullpointer.c
ndr_marshall.c [RPCRT4] Sync with Wine Staging 4.18. CORE-16441 2019-11-23 12:12:31 +01:00
ndr_misc.h
ndr_ole.c
ndr_stubless.c [RPCRT4] Set binding handle for server functions 2023-05-28 21:04:01 +02:00
ndr_stubless.h [RPCRT4] Sync with Wine Staging 4.18. CORE-16441 2019-11-23 12:12:31 +01:00
ndr_typelib.c [RPCRT4] Fix implicit in attribute handling in write_param_fs() 2022-01-06 03:48:29 +03:00
ndr_types.idl
precomp.h [RPCRT4] Sync with Wine Staging 4.18. CORE-16441 2019-11-23 12:12:31 +01:00
rpc_assoc.c [RPCRT4] Sync with Wine Staging 4.18. CORE-16441 2019-11-23 12:12:31 +01:00
rpc_assoc.h
rpc_async.c [RPCRT4] Stub RpcGetAuthorizationContextForClient (#2042) 2019-11-29 14:19:56 +01:00
rpc_binding.c [RPCRT4] RpcStringBindingParseA/W must fail, if a colon is missing in the string binding 2022-12-19 16:13:58 +01:00
rpc_binding.h
rpc_defs.h
rpc_epmap.c
rpc_message.c
rpc_message.h
rpc_server.c [RPCRT4] Sync with Wine Staging 4.18. CORE-16441 2019-11-23 12:12:31 +01:00
rpc_server.h
rpc_transport.c [RPCRT4] Call WSAStartup in rpcrt4_ip_tcp_get_top_of_tower 2022-12-19 13:39:52 +01:00
rpcrt4.rc
rpcrt4.spec [RPCRT4] Export NdrCreateServerInterfaceFromStub as stub 2020-06-07 14:08:58 +02:00
rpcrt4_main.c [RPCRT4] RpcStringFreeA/W must set the pointer to NULL 2022-12-19 09:18:48 +01:00
rpcrt4_ros.diff [RPCRT4] Call WSAStartup in rpcrt4_ip_tcp_get_top_of_tower 2022-12-19 13:39:52 +01:00
unix_func.c
version.rc