mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
[WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
This commit is contained in:
parent
026396097f
commit
473ddaa924
1 changed files with 2 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue