From 50a6026b8bf97c1de25d2d5581e451ccc002a6fb Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Tue, 22 Aug 2000 21:48:48 +0000 Subject: [PATCH] [WINDOWSNT]: Don't declare getenv. --- nt/config.nt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nt/config.nt b/nt/config.nt index 1fd38d3f3d4..32c56e4cd96 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -378,6 +378,7 @@ Boston, MA 02111-1307, USA. */ #endif #endif +#ifndef WINDOWSNT /* Some of the files of Emacs which are intended for use with other programs assume that if you have a config.h file, you must declare the type of getenv. @@ -387,6 +388,7 @@ Boston, MA 02111-1307, USA. */ #ifndef NOT_C_CODE extern char *getenv (); #endif +#endif #endif /* EMACS_CONFIG_H */ -- 2.39.2