static GVC_t *Gvc;
static graph_t * G;
-#ifndef MSWIN32
+#ifndef WIN32
static void intr(int s)
{
if (G)
Gvc = gvNEWcontext(Info, gvUsername());
gvParseArgs(Gvc, argc, argv);
-#ifndef MSWIN32
+#ifndef WIN32
signal(SIGUSR1, gvToggle);
signal(SIGINT, intr);
#ifndef NO_FPERR
#include "gdhelpers.h"
#include "entities.h"
-/* 2.0.10: WIN32, not MSWIN32 */
+/* 2.0.10: WIN32 */
#ifndef WIN32
#include <unistd.h>
#else
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
us->name = name;
if ((fn = safefile(name))) {
-#ifndef MSWIN32
+#ifndef WIN32
us->f = fopen(fn, "r");
#else
us->f = fopen(fn, "rb");
#endif
#include <time.h>
-#ifndef MSWIN32
+#ifndef WIN32
#include <unistd.h>
#endif
#include "neato.h"
#include "neato.h"
#include "stress.h"
#include <time.h>
-#ifndef MSWIN32
+#ifndef WIN32
#include <unistd.h>
#endif
#include <string.h>
#include <ctype.h>
-#ifdef MSWIN32
+#ifdef WIN32
#include <io.h>
#endif
#ifdef HAVE_LIBZ
#include <zlib.h>
-#ifdef MSWIN32
+#ifdef WIN32
#include <io.h>
#endif
#endif
#ifdef HAVE_LIBZ
#include <zlib.h>
#endif
-#ifdef MSWIN32
+#ifdef WIN32
#include <io.h>
#endif
#ifdef HAVE_LIBZ
#include <zlib.h>
-#ifdef MSWIN32
+#ifdef WIN32
#include <io.h>
#endif
#endif