From 2c9791db555cc571eaedfa71444da05454bd052a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 6 Jun 2007 18:12:30 +0000 Subject: First steps towards supporting W32. This is mainly source code reorganization. Update gnulib. g10/ does currently not build. --- common/sysutils.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'common/sysutils.h') 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*/ -- cgit v1.2.3