aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-12-12 10:15:56 +0000
committerGuy Harris <guy@alum.mit.edu>2005-12-12 10:15:56 +0000
commitd4ed40201a604fc41a6d75f49fe6d82fb18d7a47 (patch)
tree9b90d609bf32b49d06885fa0388f05e6e449d967
parent5883ff951b206da1b45ebb9d7a6d95b9f7b570cd (diff)
OK, if we're not going to have our "idl_types.h" different from Samba's,
we have to put the definition of "unistr" as "[string] wchar_t *" into the IDL files that use "unistr". svn path=/trunk/; revision=16763
-rw-r--r--epan/dissectors/pidl/atsvc.idl2
-rw-r--r--epan/dissectors/pidl/dssetup.idl2
2 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/pidl/atsvc.idl b/epan/dissectors/pidl/atsvc.idl
index ad1b66c79b..7e9f9b0320 100644
--- a/epan/dissectors/pidl/atsvc.idl
+++ b/epan/dissectors/pidl/atsvc.idl
@@ -4,6 +4,8 @@
#include "idl_types.h"
+#define unistr [string] wchar_t *
+
[ uuid("1ff70682-0a51-30e8-076d-740be8cee98b"),
version(1.0),
pointer_default(unique),
diff --git a/epan/dissectors/pidl/dssetup.idl b/epan/dissectors/pidl/dssetup.idl
index f10027466b..1164427185 100644
--- a/epan/dissectors/pidl/dssetup.idl
+++ b/epan/dissectors/pidl/dssetup.idl
@@ -1,5 +1,7 @@
#include "idl_types.h"
+#define unistr [string] wchar_t *
+
/*
dssetup interface definition
*/