mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r11179: revert to the old code, till jelmer find a solution how to
handle a UTF16 string in a uint8 array metze
This commit is contained in:
parent
e4edeeaa0a
commit
d13315f3b1
@ -430,7 +430,7 @@ interface drsuapi
|
||||
/* UnicodeString values */
|
||||
typedef struct {
|
||||
[range(0,10485760)] uint32 length;
|
||||
[size_is(length),charset(UTF16)] uint16 *string;
|
||||
[subcontext(4)] nstring *string;
|
||||
} drsuapi_DsAttributeValueUnicodeString;
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user