From: Emden Gansner Date: Mon, 18 Mar 2013 17:46:24 +0000 (-0400) Subject: Replace WIN32_DLL environment variable with already used WIN32. X-Git-Tag: LAST_LIBGRAPH~32^2~206^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=728c54f34c8b66a63d3fa27191e458261bdcddf1;p=graphviz Replace WIN32_DLL environment variable with already used WIN32. --- diff --git a/cmd/gvedit/main.cpp b/cmd/gvedit/main.cpp index 6e64698fe..0d54ba6aa 100644 --- a/cmd/gvedit/main.cpp +++ b/cmd/gvedit/main.cpp @@ -15,7 +15,7 @@ #include "config.h" #endif -#ifdef WIN32_DLL +#ifdef WIN32 #include "windows.h" #endif #include @@ -33,7 +33,7 @@ #include "globals.h" -#ifdef WIN32_DLL +#ifdef WIN32 /*gvc.lib cgraph.lib*/ #ifdef WITH_CGRAPH #pragma comment( lib, "cgraph.lib" )