From: Andrew Innes Date: Tue, 22 Aug 2000 21:48:48 +0000 (+0000) Subject: [WINDOWSNT]: Don't declare getenv. X-Git-Tag: emacs-pretest-21.0.90~2054 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50a6026b8bf97c1de25d2d5581e451ccc002a6fb;p=emacs.git [WINDOWSNT]: Don't declare getenv. --- 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 */