Sweden-Number/dlls/rpcrt4
Juan Lang d82cbcf049 rpcrt4: Allow Annotation to be NULL.
Fixes bug 19760.
--Juan

From afb4d6b943345e19952fe34bd1d8ab4c411563ae Mon Sep 17 00:00:00 2001
From: Juan Lang <juan.lang@gmail.com>
Date: Wed, 19 Aug 2009 14:27:20 -0700
Subject: [PATCH 3/3] Allow Annotation to be NULL
2009-08-20 15:26:33 +02:00
..
tests rpcrt4: Allow Annotation to be NULL. 2009-08-20 15:26:33 +02:00
Makefile.in rpcrt4: Compile in RPC over HTTP support even if HAVE_SOCKETPAIR is not defined. 2009-04-07 14:53:34 +02:00
cproxy.c rpcrt4: Add call frame annotations in x86 assembly code. 2009-06-25 12:05:09 +02:00
cpsf.c rpcrt4: Adjust the start of the proxy virtual table for stubless proxies. 2009-06-10 16:54:30 +02:00
cpsf.h rpcrt4: Add support for proxy delegation. 2009-06-03 16:51:15 +02:00
cstub.c rpcrt4: Add checks for the number of methods being larger than what we support. 2009-06-03 16:52:06 +02:00
epm.idl rpcrt4: Use DCE/RPC to contact the endpoint-mapper server. 2008-06-26 12:18:35 +02:00
epm_towers.h make_makefiles: Explicitly list the Wine headers that should be exported. 2008-07-23 11:40:43 +02:00
ncastatus.h
ndr_clientserver.c include: Change RPC_STATUS from long to LONG for Win64 compatibility. 2009-01-04 13:34:38 +01:00
ndr_contexthandle.c rpcrt4: Remove superfluous pointer casts. 2009-02-16 16:01:37 +01:00
ndr_es.c rpcrt4: Remove superfluous pointer casts. 2009-02-16 16:01:37 +01:00
ndr_fullpointer.c rpcrt4: Sign-compare warnings fix. 2008-11-07 10:56:48 +01:00
ndr_marshall.c rpcrt4: Add support for FC_ALIGNM2. 2009-08-17 16:47:24 +02:00
ndr_misc.h rpcrt4: Replace some usage of the long type. 2009-04-21 13:16:31 +02:00
ndr_ole.c rpcrt4: Add support for proxy delegation. 2009-06-03 16:51:15 +02:00
ndr_stubless.c rpcrt4: Add call frame annotations in x86 assembly code. 2009-06-25 12:05:09 +02:00
ndr_stubless.h rpcrt4: Replace long and unsigned long by more appropriate types. 2009-07-03 13:42:57 +02:00
rpc_assoc.c rpcrt4: Replace long and unsigned long by more appropriate types. 2009-07-03 13:42:57 +02:00
rpc_assoc.h rpcrt4: Replace long and unsigned long by more appropriate types. 2009-07-03 13:42:57 +02:00
rpc_async.c rpcrt4: Implement stubless asynchronous NDR interpreter. 2009-03-25 15:20:44 +01:00
rpc_binding.c rpcrt4: Replace long and unsigned long by more appropriate types. 2009-07-03 13:42:57 +02:00
rpc_binding.h rpcrt4: Assign a unique id to the connection instead of changing it for each message. 2009-08-18 20:15:01 +02:00
rpc_defs.h rpcrt4: Replace long and unsigned long by more appropriate types. 2009-07-03 13:42:57 +02:00
rpc_epmap.c rpcrt4: Allow Annotation to be NULL. 2009-08-20 15:26:33 +02:00
rpc_message.c rpcrt4: Assign a unique id to the connection instead of changing it for each message. 2009-08-18 20:15:01 +02:00
rpc_message.h rpcrt4: Replace long and unsigned long by more appropriate types. 2009-07-03 13:42:57 +02:00
rpc_server.c rpcrt4: Free the memory allocated for the protseq and endpoint strings allocated in RpcServerUseProtseq* functions. 2009-03-30 13:58:01 +02:00
rpc_server.h rpcrt4: Free the memory allocated for the protseq and endpoint strings allocated in RpcServerUseProtseq* functions. 2009-03-30 13:58:01 +02:00
rpc_transport.c rpcrt4: Assign a unique id to the connection instead of changing it for each message. 2009-08-18 20:15:01 +02:00
rpcrt4.spec rpcrt4: Implemented RpcEpRegisterW wrapping RpcEpRegisterA. 2009-03-31 12:41:11 +02:00
rpcrt4_main.c rpcrt4: Free the resources associated with server protocol sequences on DLL unload. 2009-03-23 14:54:01 +01:00
version.rc