From: Erwin Janssen Date: Mon, 20 Jun 2016 21:36:35 +0000 (+0200) Subject: Disabled ldtl on Windows build. X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96a4a18942451c262ce5059926608dd5d2bacd82;p=graphviz Disabled ldtl on Windows build. --- diff --git a/lib/common/utils.c b/lib/common/utils.c index 5d0783325..869af81b2 100644 --- a/lib/common/utils.c +++ b/lib/common/utils.c @@ -18,12 +18,7 @@ #include "logic.h" #include "gvc.h" -#ifdef WIN32 -#include "libltdl/lt_system.h" -#endif -#ifndef _MSC_VER #include -#endif #include /* diff --git a/windows/include/config.h b/windows/include/config.h index 41d08a7da..ad98526b5 100644 --- a/windows/include/config.h +++ b/windows/include/config.h @@ -32,7 +32,7 @@ #define GVPLUGIN_VERSION 6 /* Define if you want on-demand plugin loading */ -#define ENABLE_LTDL 1 +/* #undef ENABLE_LTDL 1 */ /* Define to 1 if you have `alloca', as a function or macro. */ #define HAVE_ALLOCA 1