From: Andrew Innes Date: Tue, 22 Aug 2000 22:26:04 +0000 (+0000) Subject: [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd. X-Git-Tag: emacs-pretest-21.0.90~2043 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=473ddaa924beb0836f8dac6fd376d427fa4fbe2a;p=emacs.git [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd. --- diff --git a/src/lisp.h b/src/lisp.h index 196a547bd5c..78f12b415bd 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2889,7 +2889,9 @@ extern void xfree P_ ((POINTER_TYPE *)); extern char *xstrdup P_ ((char *)); +#ifndef USE_CRT_DLL extern char *egetenv P_ ((char *)); +#endif /* Set up the name of the machine we're running on. */ extern void init_system_name P_ ((void));