diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-08-16 13:40:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:02:00 -0500 |
commit | 8c9abc4be738fc17691f8a36827d50bb5dd3bbb6 (patch) | |
tree | 7e93ab1e78e125a68d06904fa00420fe5a3affe5 /source4 | |
parent | 2cbbb00a6cf695d605ede8720d0870d67a5ca9af (diff) | |
download | samba-8c9abc4be738fc17691f8a36827d50bb5dd3bbb6.tar.gz samba-8c9abc4be738fc17691f8a36827d50bb5dd3bbb6.tar.bz2 samba-8c9abc4be738fc17691f8a36827d50bb5dd3bbb6.zip |
r24491: base_type() isn't supported anymore and the default for enums
is now uint16...
metze
(This used to be commit 82aad0e42c44f5b277aed743595795fcc4bad0d4)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/registry/regf.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/regf.idl b/source4/lib/registry/regf.idl index e313dfc4da..46af4ffdc5 100644 --- a/source4/lib/registry/regf.idl +++ b/source4/lib/registry/regf.idl @@ -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 |