summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-09 17:49:57 +0200
committerGünther Deschner <gd@samba.org>2010-04-09 18:33:45 +0200
commit347035d61f106a70c6d9cbf5c7a577a9fe104a05 (patch)
tree7a23e9c0cbf0c86401e4d97ddf8932e834260c5c /librpc
parentb9188e45713688435bcca390ae3c89ae3bd7f14c (diff)
downloadsamba-347035d61f106a70c6d9cbf5c7a577a9fe104a05.tar.gz
samba-347035d61f106a70c6d9cbf5c7a577a9fe104a05.tar.bz2
samba-347035d61f106a70c6d9cbf5c7a577a9fe104a05.zip
winreg: move REG_OPTION_NON_VOLATILE out of option bitmask.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/winreg.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/librpc/idl/winreg.idl b/librpc/idl/winreg.idl
index 46af9aa58b..ce00b8eed6 100644
--- a/librpc/idl/winreg.idl
+++ b/librpc/idl/winreg.idl
@@ -112,8 +112,9 @@ import "lsa.idl", "security.idl", "misc.idl";
boolean8 inherit;
} winreg_SecBuf;
+ const int REG_OPTION_NON_VOLATILE = 0x00000000;
+
typedef [bitmap32bit] bitmap {
- REG_OPTION_NON_VOLATILE = 0x00000000,
REG_OPTION_VOLATILE = 0x00000001,
REG_OPTION_CREATE_LINK = 0x00000002,
REG_OPTION_BACKUP_RESTORE = 0x00000004,