]> granicus.if.org Git - graphviz/commitdiff
Replace WIN32_DLL environment variable with already used WIN32.
authorEmden Gansner <erg@research.att.com>
Mon, 18 Mar 2013 17:46:24 +0000 (13:46 -0400)
committerEmden Gansner <erg@research.att.com>
Mon, 18 Mar 2013 17:46:24 +0000 (13:46 -0400)
cmd/gvedit/main.cpp

index 6e64698fe89bfe0e0edeee28465f225505ef6ebd..0d54ba6aa7c21e527d232c1ab58f10d7de49e3d9 100644 (file)
@@ -15,7 +15,7 @@
 #include "config.h"
 #endif
 
-#ifdef WIN32_DLL
+#ifdef WIN32
 #include "windows.h"
 #endif
 #include <stdio.h>
@@ -33,7 +33,7 @@
 #include "globals.h"
 
 
-#ifdef WIN32_DLL
+#ifdef WIN32
 /*gvc.lib cgraph.lib*/
 #ifdef WITH_CGRAPH
 #pragma comment( lib, "cgraph.lib" )