Mercurial > emacs
changeset 31097:cf17fa39721a
[WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Tue, 22 Aug 2000 22:26:04 +0000 |
parents | c32ed4f23f34 |
children | 53a2817c6ee4 |
files | src/lisp.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Tue Aug 22 22:23:58 2000 +0000 +++ b/src/lisp.h Tue Aug 22 22:26:04 2000 +0000 @@ -2889,7 +2889,9 @@ 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));