blob: d51bd83b04c558ec134d2b2b3fa0b4fb8fdb8234 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Implement:
ndr_parser.pm:
- if [charset()] specified, use instead of the for loops (call ndr_pu{ll,sh}_charset()
- True multiple dimension array / strings in arrays support (closely related to
things specified above)
- compatibility mode for generating MIDL-readable data:
- strip out pidl-specific properties
- convert subcontext() to an array of uint8.
|