[WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.

This commit is contained in:
Andrew Innes 2000-08-22 22:26:04 +00:00
parent 026396097f
commit 473ddaa924

View file

@ -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));