From 8c9abc4be738fc17691f8a36827d50bb5dd3bbb6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 16 Aug 2007 13:40:41 +0000 Subject: r24491: base_type() isn't supported anymore and the default for enums is now uint16... metze (This used to be commit 82aad0e42c44f5b277aed743595795fcc4bad0d4) --- source4/lib/registry/regf.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') 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 -- cgit