From 12a1bde1013999c20a488ebdad252cd37dddccc1 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Wed, 13 Nov 2002 16:38:07 +0000 Subject: * util.h [__CYGWIN32__]: Don't need the registry prototypes. From Werner on stable branch. --- include/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/util.h') 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 ); -- cgit