From: glenlow Date: Tue, 19 Feb 2008 06:55:08 +0000 (+0000) Subject: Windows needs _environ declaration too X-Git-Tag: LAST_LIBGRAPH~32^2~4722 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9054ae758579effad56830e8b8cf0a45b00ddcfa;p=graphviz Windows needs _environ declaration too --- diff --git a/lib/ast/pathpath.c b/lib/ast/pathpath.c index 8a3e9331f..a177c68f1 100644 --- a/lib/ast/pathpath.c +++ b/lib/ast/pathpath.c @@ -39,9 +39,8 @@ /* #include */ #ifdef WIN32 #define environ _environ -#else -extern char **environ; #endif +extern char **environ; char **opt_info_argv; char *pathpath(register char *path, const char *p, const char *a, int mode)