]> granicus.if.org Git - graphviz/commitdiff
Change uses of MSWIN32 to WIN32
authorerg <devnull@localhost>
Thu, 27 Jul 2006 02:21:17 +0000 (02:21 +0000)
committererg <devnull@localhost>
Thu, 27 Jul 2006 02:21:17 +0000 (02:21 +0000)
cmd/dot/dot.c
lib/gd/gdft.c
lib/graph/attribs.c
lib/gvc/gvusershape.c
lib/neatogen/neatoinit.c
lib/neatogen/stuff.c
plugin/core/gvrender_core_fig.c
plugin/core/gvrender_core_ps.c
plugin/core/gvrender_core_svg.c
plugin/gd/gvloadimage_gd.c

index 0a3485f2b6044895182fc4a99cd9eccca6d15a31..8d7dbf42bb14c6bdedf901e9b91b54074c6f40d8 100644 (file)
@@ -53,7 +53,7 @@ char *Info[] = {
 static GVC_t *Gvc;
 static graph_t * G;
 
-#ifndef MSWIN32
+#ifndef WIN32
 static void intr(int s)
 {
     if (G)
@@ -146,7 +146,7 @@ int main(int argc, char **argv)
     Gvc = gvNEWcontext(Info, gvUsername());
     gvParseArgs(Gvc, argc, argv);
 
-#ifndef MSWIN32
+#ifndef WIN32
     signal(SIGUSR1, gvToggle);
     signal(SIGINT, intr);
 #ifndef NO_FPERR
index eac9379ceb101a9ddff5ab6b82d6c6da3d0523dc..4c814db6efa7cf92668666f5fcfd9bb59c76719c 100644 (file)
@@ -17,7 +17,7 @@
 #include "gdhelpers.h"
 #include "entities.h"
 
-/* 2.0.10: WIN32, not MSWIN32 */
+/* 2.0.10: WIN32 */
 #ifndef WIN32
 #include <unistd.h>
 #else
index 5b94b46987f694a7ea361a6b83ce61d13468b5d4..52fefe22e4944525f2c0a84ba12b39aedb965cd7 100644 (file)
@@ -256,7 +256,7 @@ void agcopydict(Agdict_t * to_dict, Agdict_t * from_dict)
        b = agNEWsym(to_dict, a->name, a->value);
        b->printed = a->printed;
        b->fixed = a->fixed;
-#ifdef MSWIN32
+#ifdef WIN32
        /* Microsoft C is a thing of wonder. */
        fprintf(stderr, "", a->name, a->value);
 #endif
index af3818772f79b69fc609c20dfe9a2458fb88f761..f4f8107ec6dfaeaf5d9c608de73a86f626a14e45 100644 (file)
@@ -289,7 +289,7 @@ static usershape_t *gvusershape_open (char *name)
 
        us->name = name;
        if ((fn = safefile(name))) {
-#ifndef MSWIN32
+#ifndef WIN32
            us->f = fopen(fn, "r");
 #else
            us->f = fopen(fn, "rb");
index 72c327069b51341cc190682981052215f8719d80..a819592253f05ad18da82db2fe9c3d8a0960966e 100644 (file)
@@ -20,7 +20,7 @@
 #endif
 
 #include <time.h>
-#ifndef MSWIN32
+#ifndef WIN32
 #include <unistd.h>
 #endif
 #include "neato.h"
index 77d0391a57c650ae1e08a56ebf7de507e252a012..33f41140b6c525cf28ac1c791190b854a4f59668 100644 (file)
@@ -22,7 +22,7 @@
 #include       "neato.h"
 #include       "stress.h"
 #include       <time.h>
-#ifndef MSWIN32
+#ifndef WIN32
 #include       <unistd.h>
 #endif
 
index 8e04df4ae4cb92a4d4539de65e84d6a3c1d1b884..581c59ef9078ee9fb629fe79d482fba589ba21e9 100644 (file)
@@ -23,7 +23,7 @@
 #include <string.h>
 #include <ctype.h>
 
-#ifdef MSWIN32
+#ifdef WIN32
 #include <io.h>
 #endif
 
index 7339291db96840a09079dc4bfc5bf049928fa6a3..e24da6817c4b17c81fe7b307f3340c7a3c6d1481 100644 (file)
@@ -24,7 +24,7 @@
 
 #ifdef HAVE_LIBZ
 #include <zlib.h>
-#ifdef MSWIN32
+#ifdef WIN32
 #include <io.h>
 #endif
 #endif
index a3b138a9f06df976d96236f32d292afbe32f3488..57f2b510dee1237bfbf6eb232d5cc305f717befe 100644 (file)
@@ -25,7 +25,7 @@
 #ifdef HAVE_LIBZ
 #include <zlib.h>
 #endif
-#ifdef MSWIN32
+#ifdef WIN32
 #include <io.h>
 #endif
 
index 6b11bddb05bfe944a818700852d60aab32d4c8fb..50ef8742d8edcc8c3964b433bf4181df63b3af3d 100644 (file)
@@ -24,7 +24,7 @@
 
 #ifdef HAVE_LIBZ
 #include <zlib.h>
-#ifdef MSWIN32
+#ifdef WIN32
 #include <io.h>
 #endif
 #endif