]> 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/common/utils.c

index 0e7a2449701f71f020b80abfb6513285a994e504..1ff27370414f949a4bb52c8d0364bded6561b64a 100644 (file)
@@ -20,7 +20,7 @@
 #include "entities.h"
 #include "ps.h"
 
-#ifndef MSWIN32
+#ifndef WIN32
 #include <unistd.h>
 #endif