From fcd99675ce751f1aaea2dd962f3caaba40aa6ade Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 28 May 2008 14:12:04 +0000 Subject: Fixed kvilib and kvirc compilation/linking under mingw32; now kvirc-mingw runs :) (still todo: modules and install rules) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1862 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/kvilib/ext/kvi_crypt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kvilib/ext/kvi_crypt.cpp') diff --git a/src/kvilib/ext/kvi_crypt.cpp b/src/kvilib/ext/kvi_crypt.cpp index 53679f062..3dd689daa 100644 --- a/src/kvilib/ext/kvi_crypt.cpp +++ b/src/kvilib/ext/kvi_crypt.cpp @@ -27,7 +27,7 @@ #include "kvi_crypt.h" #include "kvi_locale.h" -#ifdef COMPILE_ON_WINDOWS +#if defined(COMPILE_ON_WINDOWS) || defined(COMPILE_ON_MINGW) #include "kvi_malloc.h" #endif -- cgit v1.3.1-10-gc9f91