From: erg Date: Fri, 12 Jan 2007 17:25:55 +0000 (+0000) Subject: Re-enable printf emulation on Windows, and make sure text window is turned off X-Git-Tag: LAST_LIBGRAPH~32^2~5715 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=957ee0a5984844cd509a32381c17a02dc8d7e391;p=graphviz Re-enable printf emulation on Windows, and make sure text window is turned off by default in dotty. Merge the Windows versions of dotty.c and lneato.c. --- diff --git a/cmd/lefty/common.h b/cmd/lefty/common.h index de198a603..4e9129992 100644 --- a/cmd/lefty/common.h +++ b/cmd/lefty/common.h @@ -67,6 +67,7 @@ extern "C" { #ifdef FEATURE_MS #include +#define printf gprintf #endif #define POS __FILE__, __LINE__