diff options
author | Werner Koch <[email protected]> | 2007-06-06 18:12:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-06-06 18:12:30 +0000 |
commit | 2c9791db555cc571eaedfa71444da05454bd052a (patch) | |
tree | 9566d22f85e562e0c7b35dacc1697c9a58fcff1a /common/sysutils.h | |
parent | Print passphrase encoding info only in PEM mode. (diff) | |
download | gnupg-2c9791db555cc571eaedfa71444da05454bd052a.tar.gz gnupg-2c9791db555cc571eaedfa71444da05454bd052a.zip |
First steps towards supporting W32.
This is mainly source code reorganization.
Update gnulib.
g10/ does currently not build.
Diffstat (limited to 'common/sysutils.h')
-rw-r--r-- | common/sysutils.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/common/sysutils.h b/common/sysutils.h index c40dbfaa9..712991599 100644 --- a/common/sysutils.h +++ b/common/sysutils.h @@ -33,11 +33,7 @@ int check_permissions (const char *path,int extension,int checkonly); _sleep but non for the still existing sleep. */ #define sleep(a) _sleep ((a)) -/*-- w32reg.c --*/ -char *read_w32_registry_string( const char *root, - const char *dir, const char *name ); -int write_w32_registry_string(const char *root, const char *dir, - const char *name, const char *value); +#include "../jnlib/w32help.h" #endif /*HAVE_W32_SYSTEM*/ |