]> granicus.if.org Git - graphviz/commitdiff
Change uses of MSWIN32 to WIN32
authorerg <devnull@localhost>
Thu, 27 Jul 2006 02:20:56 +0000 (02:20 +0000)
committererg <devnull@localhost>
Thu, 27 Jul 2006 02:20:56 +0000 (02:20 +0000)
lib/fdpgen/tlayout.c

index 460041f7cac405b91d15f9bb83c41f7799e1e8ce..d09b0a7d3b84deea6bb0d4d5d855a09f18debef0 100644 (file)
@@ -42,7 +42,7 @@
 #include <stdlib.h>
 #endif
 #include <time.h>
-#ifndef MSWIN32
+#ifndef WIN32
 #include <unistd.h>
 #endif
 #include <ctype.h>