summaryrefslogtreecommitdiff
path: root/testprogs/win32/midltests/midltests_s_m.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-02-06 16:34:36 +0100
committerStefan Metzmacher <metze@samba.org>2008-02-06 16:34:36 +0100
commitc6a6fa184125f94a0891b613daffb44d93d0e803 (patch)
tree84b7297e648a8f538d56bc944e5d52b0fb88565e /testprogs/win32/midltests/midltests_s_m.c
parent3a0cfad2238ce5701102587c6b50ef088c7c55ba (diff)
downloadsamba-c6a6fa184125f94a0891b613daffb44d93d0e803.tar.gz
samba-c6a6fa184125f94a0891b613daffb44d93d0e803.tar.bz2
samba-c6a6fa184125f94a0891b613daffb44d93d0e803.zip
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)
Diffstat (limited to 'testprogs/win32/midltests/midltests_s_m.c')
-rw-r--r--testprogs/win32/midltests/midltests_s_m.c2
1 files changed, 2 insertions, 0 deletions
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"