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~6043 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5a07ac480897ecd1eb4998a6150716c35696f7e;p=graphviz Change uses of MSWIN32 to WIN32 --- diff --git a/lib/common/diagen.c b/lib/common/diagen.c index 3a3d7fae7..8efac87b8 100644 --- a/lib/common/diagen.c +++ b/lib/common/diagen.c @@ -21,7 +21,7 @@ #include #ifdef HAVE_LIBZ #include -#ifdef MSWIN32 +#ifdef WIN32 #include #endif #endif diff --git a/lib/common/input.c b/lib/common/input.c index 4d013e976..9224da669 100644 --- a/lib/common/input.c +++ b/lib/common/input.c @@ -127,7 +127,7 @@ static char* dotneato_basename (char* path) { char* s = path; if (*s == '\0') return path; /* empty string */ -#ifdef MSWIN32 +#ifdef WIN32 /* On Windows, executables, by convention, end in ".exe". Thus, * this may be part of the path name and must be removed for * matching to work. diff --git a/lib/common/mpgen.c b/lib/common/mpgen.c index 915887854..ce9d6ece1 100644 --- a/lib/common/mpgen.c +++ b/lib/common/mpgen.c @@ -18,7 +18,7 @@ * Adapted from psgen.c. See 1st_read.mp. */ #include "render.h" -#ifndef MSWIN32 +#ifndef WIN32 #include #endif #include diff --git a/lib/common/psusershape.c b/lib/common/psusershape.c index 62cba4619..268a359fd 100644 --- a/lib/common/psusershape.c +++ b/lib/common/psusershape.c @@ -14,7 +14,7 @@ * AT&T Research, Florham Park NJ * **********************************************************/ -#ifndef MSWIN32 +#ifndef WIN32 #include #endif