1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00

(egetenv) [USE_CRT_DLL]: Remove condition.

This commit is contained in:
Jason Rumney 2004-05-17 20:59:46 +00:00
parent e3ec1dce88
commit f9ed303a2c

View file

@ -3141,9 +3141,7 @@ extern void xfree P_ ((POINTER_TYPE *));
extern char *xstrdup P_ ((const 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));