diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-10-16 18:59:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:44:49 -0500 |
commit | 9fe24f4e9cc6ed681ab6d58cc2a1737f2651ce9a (patch) | |
tree | a9c1b65411125b7ccc2b5bc6e4704cb94a0ff8d7 /source4/librpc/idl/winreg.idl | |
parent | 98800eb41e63afcba5d0f0a7784dfb1077d322c6 (diff) | |
download | samba-9fe24f4e9cc6ed681ab6d58cc2a1737f2651ce9a.tar.gz samba-9fe24f4e9cc6ed681ab6d58cc2a1737f2651ce9a.tar.bz2 samba-9fe24f4e9cc6ed681ab6d58cc2a1737f2651ce9a.zip |
r11101: Remove last instances of unistr
(This used to be commit 7e057e6bdaf82bf8acdfc5d656dd75f367e70bf2)
Diffstat (limited to 'source4/librpc/idl/winreg.idl')
-rw-r--r-- | source4/librpc/idl/winreg.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/winreg.idl b/source4/librpc/idl/winreg.idl index f29d3f6268..ca68669ac7 100644 --- a/source4/librpc/idl/winreg.idl +++ b/source4/librpc/idl/winreg.idl @@ -34,7 +34,7 @@ typedef [public,noejs] struct { [value(strlen_m_term(name)*2)] uint16 name_len; [value(strlen_m_term(name)*2)] uint16 name_size; - unistr *name; + [string,charset(UTF16)] uint16 *name; } winreg_String; /******************/ |