summaryrefslogtreecommitdiff
path: root/pidl/tests/ndr_string.pl
AgeCommit message (Collapse)AuthorFilesLines
2009-09-13Fix string-wchar-fixed-array-03 test (when libndr is available).Jelmer Vernooij1-2/+2
2009-09-13Fix string-wchar-fixed-array-02 test (when libndr is available).Jelmer Vernooij1-2/+2
2009-09-13Fix string-wchar-fixed-array-01 test (when libndr is available).Jelmer Vernooij1-4/+4
2009-07-27pidl: add support for [string] on fixed size arrays.Stefan Metzmacher1-1/+109
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
2008-09-17Move pidl to top-level directory.Jelmer Vernooij1-0/+90