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
This commit is contained in:
Guy Harris 2005-12-12 10:15:56 +00:00
parent 5883ff951b
commit d4ed40201a
2 changed files with 4 additions and 0 deletions

View File

@ -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),

View File

@ -1,5 +1,7 @@
#include "idl_types.h"
#define unistr [string] wchar_t *
/*
dssetup interface definition
*/