From fa284bae3ff8c989738e719c01b0dff969d3c75a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 20 Jan 2005 11:42:48 +0000 Subject: Minor changes --- cipher/idea-stub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cipher/idea-stub.c') diff --git a/cipher/idea-stub.c b/cipher/idea-stub.c index caff9f034..539c9bb58 100644 --- a/cipher/idea-stub.c +++ b/cipher/idea-stub.c @@ -52,8 +52,8 @@ #endif #ifdef _WIN32 -#define HAVE_DL_DLOPEN -#define USE_DYNAMIC_LINKING +#define HAVE_DL_DLOPEN 1 +#define USE_DYNAMIC_LINKING 1 static int last_error = 0; -- cgit v1.2.3