(egetenv) [USE_CRT_DLL]: Remove condition.
authorJason Rumney <jasonr@gnu.org>
Mon, 17 May 2004 20:59:46 +0000 (20:59 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 17 May 2004 20:59:46 +0000 (20:59 +0000)
src/lisp.h

index ee21701..fc22bc9 100644 (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));