mirror of
https://github.com/reactos/wine.git
synced 2024-12-05 02:07:16 +00:00
02236f06a8
Hack handling of 'struct { } *NDR_SCONTEXT;' so we don't cause a parse error as this is a valid C construct. Generate type tests for rpcrt4. Remove PRPC_BINDING_VECTOR and PUUID_VECTOR, they don't exist on Windows. Fix the MIDL_STUB_MESSAGE, MIDL_SERVER_INFO and MIDL_STUBLESS_PROXY_INFO structs. Add NDR_ALLOC_ALL_NODES_CONTEXT, NDR_POINTER_QUEUE_STATE and CS_STUB_INFO.
15 lines
202 B
Makefile
15 lines
202 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = rpcrt4.dll
|
|
IMPORTS = rpcrt4
|
|
|
|
CTESTS = \
|
|
generated.c \
|
|
rpc.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|