]> granicus.if.org Git - graphviz/commitdiff
Re-enable printf emulation on Windows, and make sure text window is turned off
authorerg <devnull@localhost>
Fri, 12 Jan 2007 17:25:55 +0000 (17:25 +0000)
committererg <devnull@localhost>
Fri, 12 Jan 2007 17:25:55 +0000 (17:25 +0000)
by default in dotty.
Merge the Windows versions of dotty.c and lneato.c.

cmd/lefty/common.h

index de198a60340c4aefb2016aee7734a6534c601bcd..4e91299922238f24230afea898de3759a772b5cf 100644 (file)
@@ -67,6 +67,7 @@ extern "C" {
 
 #ifdef FEATURE_MS
 #include <malloc.h>
+#define printf gprintf
 #endif
 
 #define POS __FILE__, __LINE__