From: erg Date: Thu, 27 Jul 2006 02:20:56 +0000 (+0000) Subject: Change uses of MSWIN32 to WIN32 X-Git-Tag: LAST_LIBGRAPH~32^2~6040 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ffa4fae70d8c1e3337bc1b9cab9420ed8339c6a;p=graphviz Change uses of MSWIN32 to WIN32 --- diff --git a/lib/fdpgen/tlayout.c b/lib/fdpgen/tlayout.c index 460041f7c..d09b0a7d3 100644 --- a/lib/fdpgen/tlayout.c +++ b/lib/fdpgen/tlayout.c @@ -42,7 +42,7 @@ #include #endif #include -#ifndef MSWIN32 +#ifndef WIN32 #include #endif #include