diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-07-27 15:52:16 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-07-27 17:51:32 +0200 |
commit | 7ccc9a6ef563cc855752b4e74152420b9be5af43 (patch) | |
tree | eeef8cf5ee5bc648b79c7dbf9eee903dac2ce39b /source3/pkgconfig/wbclient.pc.in | |
parent | b7c003c09c06ef5a23beb0928affaba75f65587c (diff) | |
download | samba-7ccc9a6ef563cc855752b4e74152420b9be5af43.tar.gz samba-7ccc9a6ef563cc855752b4e74152420b9be5af43.tar.bz2 samba-7ccc9a6ef563cc855752b4e74152420b9be5af43.zip |
pidl: add support for [string] on fixed size arrays.
midl also supports this:
struct {
long l1;
[string] wchar_t str[16];
long l2;
};
Where the wire size of str is encoded like a length_is() header:
4-byte offset == 0;
4-byte array length;
The strings are zero terminated.
metze
Diffstat (limited to 'source3/pkgconfig/wbclient.pc.in')
0 files changed, 0 insertions, 0 deletions