From 0d55a53e6cc3669e91d823e6289b436b84c6ff7b Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 4 Oct 2009 10:07:42 +1100 Subject: [PATCH] make enums default to use the new type uint1632 which is 16 bits for ndr and 32 bits for ndr64 --- pidl/lib/Parse/Pidl/Typelist.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pidl/lib/Parse/Pidl/Typelist.pm b/pidl/lib/Parse/Pidl/Typelist.pm index 12ffa92..ac6283e 100644 --- a/pidl/lib/Parse/Pidl/Typelist.pm +++ b/pidl/lib/Parse/Pidl/Typelist.pm @@ -220,7 +220,7 @@ sub enum_type_fn($) } elsif (has_property($enum->{PARENT}, "v1_enum")) { return "uint32"; } - return "uint16"; + return "uint1632"; } sub bitmap_type_fn($) -- 1.5.4.3