mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
* util.h [__CYGWIN32__]: Don't need the registry prototypes. From Werner
on stable branch.
This commit is contained in:
parent
453c471f50
commit
12a1bde101
@ -1,3 +1,8 @@
|
||||
2002-11-13 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* util.h [__CYGWIN32__]: Don't need the registry prototypes. From
|
||||
Werner on stable branch.
|
||||
|
||||
2002-11-06 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* util.h: Add wipememory2() macro (same as wipememory, but can
|
||||
|
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user