aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-11-13 16:38:07 +0000
committerDavid Shaw <[email protected]>2002-11-13 16:38:07 +0000
commit12a1bde1013999c20a488ebdad252cd37dddccc1 (patch)
tree62d1ab949c8b07c8a1989c50e3299103b7425a78
parent* THANKS: Changes from stable branch. (diff)
downloadgnupg-12a1bde1013999c20a488ebdad252cd37dddccc1.tar.gz
gnupg-12a1bde1013999c20a488ebdad252cd37dddccc1.zip
* util.h [__CYGWIN32__]: Don't need the registry prototypes. From Werner
on stable branch.
-rw-r--r--include/ChangeLog5
-rw-r--r--include/util.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index ca286274c..2689ba8a9 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-13 David Shaw <[email protected]>
+
+ * util.h [__CYGWIN32__]: Don't need the registry prototypes. From
+ Werner on stable branch.
+
2002-11-06 David Shaw <[email protected]>
* util.h: Add wipememory2() macro (same as wipememory, but can
diff --git a/include/util.h b/include/util.h
index 48010157e..3b58bbe31 100644
--- a/include/util.h
+++ b/include/util.h
@@ -233,7 +233,7 @@ int strncasecmp (const char *, const char *b, size_t n);
#define memmove(d, s, n) bcopy((s), (d), (n))
#endif
-#if defined (__MINGW32__) || defined (__CYGWIN32__)
+#if defined (__MINGW32__)
/*-- w32reg.c --*/
char *read_w32_registry_string( const char *root,
const char *dir, const char *name );