From 5c837cac49eca71b1c91bc5a7ba5a85668d33492 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vincent=20B=C3=A9ron?= Date: Mon, 14 Feb 2005 11:05:41 +0000 Subject: [PATCH] A RPC_FC_ENUM16 is a VT_USERDEFINED. --- tools/widl/typelib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/widl/typelib.c b/tools/widl/typelib.c index c597138dd6..63d86c9ace 100644 --- a/tools/widl/typelib.c +++ b/tools/widl/typelib.c @@ -145,6 +145,7 @@ unsigned short get_type_vt(type_t *t) return VT_DISPATCH; return VT_USERDEFINED; + case RPC_FC_ENUM16: case RPC_FC_STRUCT: case RPC_FC_PSTRUCT: return VT_USERDEFINED; -- 2.32.0.93.g670b81a890