From: Erwin Janssen Date: Tue, 21 Jun 2016 12:36:30 +0000 (+0200) Subject: Revert "Windows: patchwork and xdot now generating .lib files." X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db9fc2cfdfac82c1584bf0afd0dc7f91d0c30cd0;p=graphviz Revert "Windows: patchwork and xdot now generating .lib files." This reverts commit 7d05d9058ace90e06beec60f1aa5b83bb809a109. --- diff --git a/lib/patchwork/patchwork.h b/lib/patchwork/patchwork.h index 917e7e7a0..ee3df7a97 100644 --- a/lib/patchwork/patchwork.h +++ b/lib/patchwork/patchwork.h @@ -17,12 +17,6 @@ #include "render.h" #include "fdp.h" -/*visual studio*/ -#if defined(WIN32) -# define extern __declspec(dllexport) -#endif -/*end visual studio*/ - #ifdef __cplusplus extern "C" { #endif diff --git a/lib/xdot/xdot.h b/lib/xdot/xdot.h index 1caded018..be843378a 100755 --- a/lib/xdot/xdot.h +++ b/lib/xdot/xdot.h @@ -17,12 +17,6 @@ #include #endif -/*visual studio*/ -#if defined(WIN32) -# define extern __declspec(dllexport) -#endif -/*end visual studio*/ - #ifdef __cplusplus extern "C" { #endif