Vincent Béron wrote:
>Since the typedef patch to widl, typedef enum foo {A, B} FOO; was
>rejected by get_type_vt (unknown-type: 13).
>
>Changelog:
>A RPC_FC_ENUM16 is a VT_I2.
>
>
Are you sure about this? Elsewhere RPC_FC_ENUM16 is equivalent to a
VT_I4 or VT_UI4 (although it is actually only 16-bits on the wire).
Rob