1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r24491: base_type() isn't supported anymore and the default for enums

is now uint16...

metze
This commit is contained in:
Stefan Metzmacher 2007-08-16 13:40:41 +00:00 committed by Gerald (Jerry) Carter
parent 13144bdea9
commit 82aad0e42c

View File

@ -73,7 +73,7 @@ interface regf
*/
};
[base_type(uint16),noprint] enum reg_key_type {
[noprint] enum reg_key_type {
REG_ROOT_KEY = 0x20,
REG_SUB_KEY = 0x2C,
REG_SYM_LINK = 0x10