aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/idea-stub.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-01-20 11:42:48 +0000
committerWerner Koch <[email protected]>2005-01-20 11:42:48 +0000
commitfa284bae3ff8c989738e719c01b0dff969d3c75a (patch)
tree2116a0832d4c94165733589cf4aacc7fbed9609b /cipher/idea-stub.c
parent* g10.c (i18n_init) [W32]: Pass registry key to gettext (diff)
downloadgnupg-fa284bae3ff8c989738e719c01b0dff969d3c75a.tar.gz
gnupg-fa284bae3ff8c989738e719c01b0dff969d3c75a.zip
Minor changes
Diffstat (limited to '')
-rw-r--r--cipher/idea-stub.c4
1 files changed, 2 insertions, 2 deletions
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;