From: arif Date: Tue, 19 Apr 2011 15:38:23 +0000 (+0000) Subject: VS internal compiler error issue fixed X-Git-Tag: LAST_LIBGRAPH~32^2~812 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75d0d217213adde8f07d1d0f3643036ddaeea22f;p=graphviz VS internal compiler error issue fixed --- diff --git a/lib/common/geomprocs.h b/lib/common/geomprocs.h index d82aa17a7..5ebbe9916 100644 --- a/lib/common/geomprocs.h +++ b/lib/common/geomprocs.h @@ -24,19 +24,13 @@ extern "C" { #include "geom.h" +#ifdef WIN32 #ifdef GVDLL #define extern __declspec(dllexport) #else -#define extern -#endif - -/*visual studio*/ -#ifdef WIN32_DLL -#ifndef GVC_EXPORTS #define extern __declspec(dllimport) #endif -#endif -/*end visual studio*/ +#endif extern box mkbox(point p, point q); extern boxf mkboxf(pointf p, pointf q);