Commit a5dcb3e3 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

rpcrt4: Tests for NdrDllGetClassObject.

These show that delegated stubs need different Connect, Disconnect and CountRefs methods than non-delegated stubs (ie they don't use all of the CStdStubBuffer_* functions).
parent 11197948
......@@ -3,9 +3,11 @@ TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = rpcrt4.dll
IMPORTS = rpcrt4 kernel32
IMPORTS = ole32 rpcrt4 kernel32
EXTRALIBS = -luuid
CTESTS = \
cstub.c \
generated.c \
ndr_marshall.c \
rpc.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment