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:
parent
13144bdea9
commit
82aad0e42c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user