diff options
Diffstat (limited to 'src/kvilib/ext/kvi_crypt.cpp')
| -rw-r--r-- | src/kvilib/ext/kvi_crypt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
