aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nt/config.nt2
1 files changed, 2 insertions, 0 deletions
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. */
378#endif 378#endif
379#endif 379#endif
380 380
381#ifndef WINDOWSNT
381/* Some of the files of Emacs which are intended for use with other 382/* Some of the files of Emacs which are intended for use with other
382 programs assume that if you have a config.h file, you must declare 383 programs assume that if you have a config.h file, you must declare
383 the type of getenv. 384 the type of getenv.
@@ -387,6 +388,7 @@ Boston, MA 02111-1307, USA. */
387#ifndef NOT_C_CODE 388#ifndef NOT_C_CODE
388extern char *getenv (); 389extern char *getenv ();
389#endif 390#endif
391#endif
390 392
391#endif /* EMACS_CONFIG_H */ 393#endif /* EMACS_CONFIG_H */
392 394