mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* util.h [__CYGWIN32__]: Don't need the registry prototypes.
This commit is contained in:
parent
16e53ae196
commit
07ebd38ff7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-10-21 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* util.h [__CYGWIN32__]: Don't need the registry prototypes.
|
||||||
|
|
||||||
2002-09-10 Werner Koch <wk@gnupg.org>
|
2002-09-10 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* mpi.h (mpi_is_protected, mpi_set_protect_flag)
|
* mpi.h (mpi_is_protected, mpi_set_protect_flag)
|
||||||
|
|
|
@ -229,7 +229,7 @@ int strncasecmp (const char *, const char *b, size_t n);
|
||||||
#define memmove(d, s, n) bcopy((s), (d), (n))
|
#define memmove(d, s, n) bcopy((s), (d), (n))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined (__MINGW32__) || defined (__CYGWIN32__)
|
#if defined (__MINGW32__)
|
||||||
/*-- w32reg.c --*/
|
/*-- w32reg.c --*/
|
||||||
char *read_w32_registry_string( const char *root,
|
char *read_w32_registry_string( const char *root,
|
||||||
const char *dir, const char *name );
|
const char *dir, const char *name );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue