From c6a6fa184125f94a0891b613daffb44d93d0e803 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 6 Feb 2008 16:34:36 +0100 Subject: win32-tests: add a very usefull w32 programm to explore midl features You have to define idl, call the client function and add a server implementation. Then you need to compile midltests.exe and run it, it will dump the generated NDR on the screen. metze (This used to be commit dc15c8833599a1cb8f51c2b5390925410cbf4e12) --- testprogs/win32/midltests/midltests_s_m.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testprogs/win32/midltests/midltests_s_m.c (limited to 'testprogs/win32/midltests/midltests_s_m.c') diff --git a/testprogs/win32/midltests/midltests_s_m.c b/testprogs/win32/midltests/midltests_s_m.c new file mode 100644 index 0000000000..7e0862dc69 --- /dev/null +++ b/testprogs/win32/midltests/midltests_s_m.c @@ -0,0 +1,2 @@ +#include "midltests_marshall.h" +#include "midltests_s.c" -- cgit