]> granicus.if.org Git - graphviz/commitdiff
Windows needs _environ declaration too
authorglenlow <devnull@localhost>
Tue, 19 Feb 2008 06:55:08 +0000 (06:55 +0000)
committerglenlow <devnull@localhost>
Tue, 19 Feb 2008 06:55:08 +0000 (06:55 +0000)
lib/ast/pathpath.c

index 8a3e9331fbdcd3e844fae0114376515270578ffd..a177c68f1aaaa059c43c19cfd5ad7d474d635ec6 100644 (file)
@@ -39,9 +39,8 @@
 /* #include <option.h> */
 #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)