pidl: get the alignment right for uint1632 enums (NDR64)
authorAndrew Tridgell <tridge@samba.org>
Tue, 6 Oct 2009 09:47:09 +0000 (20:47 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Oct 2009 22:56:22 +0000 (09:56 +1100)
commit2bf8a7485cf0733c808bc97a399a1c73bb988414
treece07335e4304dfbe973b1da46ddeaecb19da53ac
parenta4aa38f8b927d6713c4cdd921a0a27cded041e94
pidl: get the alignment right for uint1632 enums (NDR64)

The default enum in NDR63 is 32 bits, not 16 bits. We need a uint1632
type to get the alignment right.
librpc/ndr/libndr.h
librpc/ndr/ndr_basic.c
pidl/lib/Parse/Pidl/NDR.pm
pidl/lib/Parse/Pidl/Typelist.pm