summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/winreg.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-09-17 11:28:37 -0700
committerJeremy Allison <jra@samba.org>2009-09-17 11:28:37 -0700
commitfc20da50a60bcd30923e0ffa07f4ca1ae0d2a110 (patch)
tree1562ba298e93eb6e618cd115e434f40cf103fc00 /librpc/gen_ndr/winreg.h
parent02dc4a1e4ef195c4a003336839a2cd9639623d8c (diff)
downloadsamba-fc20da50a60bcd30923e0ffa07f4ca1ae0d2a110.tar.gz
samba-fc20da50a60bcd30923e0ffa07f4ca1ae0d2a110.tar.bz2
samba-fc20da50a60bcd30923e0ffa07f4ca1ae0d2a110.zip
Re-generated idl files with () for enum values.
Jeremy.
Diffstat (limited to 'librpc/gen_ndr/winreg.h')
-rw-r--r--librpc/gen_ndr/winreg.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/librpc/gen_ndr/winreg.h b/librpc/gen_ndr/winreg.h
index e967be5b59..9962927008 100644
--- a/librpc/gen_ndr/winreg.h
+++ b/librpc/gen_ndr/winreg.h
@@ -26,18 +26,18 @@
enum winreg_Type
#ifndef USE_UINT_ENUMS
{
- REG_NONE=(int)0,
- REG_SZ=(int)1,
- REG_EXPAND_SZ=(int)2,
- REG_BINARY=(int)3,
- REG_DWORD=(int)4,
- REG_DWORD_BIG_ENDIAN=(int)5,
- REG_LINK=(int)6,
- REG_MULTI_SZ=(int)7,
- REG_RESOURCE_LIST=(int)8,
- REG_FULL_RESOURCE_DESCRIPTOR=(int)9,
- REG_RESOURCE_REQUIREMENTS_LIST=(int)10,
- REG_QWORD=(int)11
+ REG_NONE=(int)(0),
+ REG_SZ=(int)(1),
+ REG_EXPAND_SZ=(int)(2),
+ REG_BINARY=(int)(3),
+ REG_DWORD=(int)(4),
+ REG_DWORD_BIG_ENDIAN=(int)(5),
+ REG_LINK=(int)(6),
+ REG_MULTI_SZ=(int)(7),
+ REG_RESOURCE_LIST=(int)(8),
+ REG_FULL_RESOURCE_DESCRIPTOR=(int)(9),
+ REG_RESOURCE_REQUIREMENTS_LIST=(int)(10),
+ REG_QWORD=(int)(11)
}
#else
{ __donnot_use_enum_winreg_Type=0x7FFFFFFF}
@@ -77,9 +77,9 @@ struct winreg_SecBuf {
enum winreg_CreateAction
#ifndef USE_UINT_ENUMS
{
- REG_ACTION_NONE=(int)0,
- REG_CREATED_NEW_KEY=(int)1,
- REG_OPENED_EXISTING_KEY=(int)2
+ REG_ACTION_NONE=(int)(0),
+ REG_CREATED_NEW_KEY=(int)(1),
+ REG_OPENED_EXISTING_KEY=(int)(2)
}
#else
{ __donnot_use_enum_winreg_CreateAction=0x7FFFFFFF}