]> granicus.if.org Git - graphviz/commitdiff
Remove sfpopen from Windows build; it is not used by gvpr
authorerg <devnull@localhost>
Tue, 29 May 2007 19:29:49 +0000 (19:29 +0000)
committererg <devnull@localhost>
Tue, 29 May 2007 19:29:49 +0000 (19:29 +0000)
lib/sfio/sfpopen.c

index daea93437ab0cd8f21ceb91bf7e85238dfd91f45..59a5f615daf79b4a650bc66d7c18632fe96ca712 100644 (file)
@@ -128,6 +128,7 @@ char *argcmd;
 
 #endif /*_PACKAGE_ast*/
 
+#ifndef WIN32
 #if __STD_C
 Sfio_t *sfpopen(Sfio_t * f, const char *command, const char *mode)
 #else
@@ -296,3 +297,4 @@ char *mode;                 /* mode of the stream */
     }
 #endif /*_PACKAGE_ast*/
 }
+#endif