From: erg Date: Thu, 27 Jul 2006 03:44:05 +0000 (+0000) Subject: Add additional include files for Windows build to eliminate more warnings X-Git-Tag: LAST_LIBGRAPH~32^2~6035 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6f9ec6d994c5dd5d5f658277a48a2b8213c567b;p=graphviz Add additional include files for Windows build to eliminate more warnings --- diff --git a/lib/pathplan/vispath.h b/lib/pathplan/vispath.h index 2f27ee68e..c35a8f52d 100644 --- a/lib/pathplan/vispath.h +++ b/lib/pathplan/vispath.h @@ -25,7 +25,7 @@ extern "C" { #endif -#if defined(_BLD_pathplan) && defined(_DLL) +#if defined(_BLD_pathplan) && defined(__EXPORT__) # define extern __EXPORT__ #endif