From 96a4a18942451c262ce5059926608dd5d2bacd82 Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Mon, 20 Jun 2016 23:36:35 +0200 Subject: [PATCH] Disabled ldtl on Windows build. --- lib/common/utils.c | 5 ----- windows/include/config.h | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) 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 -- 2.40.0