[WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
authorAndrew Innes <andrewi@gnu.org>
Tue, 22 Aug 2000 22:26:04 +0000 (22:26 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 22 Aug 2000 22:26:04 +0000 (22:26 +0000)
src/lisp.h

index 196a547..78f12b4 100644 (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));