summaryrefslogtreecommitdiff
path: root/source4/lib/registry
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-24 16:16:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:04:19 -0500
commit62bdececc6de25d1dfdc5c27b5600180d2c8f446 (patch)
tree4209dea40eb7d4b3dc93e52fb56c5efd258e781b /source4/lib/registry
parent763c0a8983cc39435489cca45389e33278e95e5b (diff)
downloadsamba-62bdececc6de25d1dfdc5c27b5600180d2c8f446.tar.gz
samba-62bdececc6de25d1dfdc5c27b5600180d2c8f446.tar.bz2
samba-62bdececc6de25d1dfdc5c27b5600180d2c8f446.zip
r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short.
(This used to be commit a495bc60ab1b233fe507b2b1aa0ad7378cf52677)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r--source4/lib/registry/registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/registry.h b/source4/lib/registry/registry.h
index d6b4e5b08c..b556829880 100644
--- a/source4/lib/registry/registry.h
+++ b/source4/lib/registry/registry.h
@@ -36,7 +36,7 @@
#define HKEY_PERFORMANCE_TEXT 0x80000050
#define HKEY_PERFORMANCE_NLSTEXT 0x80000060
-#define REG_DELETE -1
+#define REG_DELETE -1
/*
* The general idea here is that every backend provides a 'hive'. Combining