diff --git a/validat1.cpp b/validat1.cpp index 29747889..689dfbf1 100644 --- a/validat1.cpp +++ b/validat1.cpp @@ -156,7 +156,7 @@ bool ValidateAll(bool thorough) bool TestSettings() { // Thanks to IlyaBizyaev and Zireael-N, http://github.com/weidai11/cryptopp/issues/28 -#if defined(__MINGW__) +#if defined(__MINGW32__) using CryptoPP::memcpy_s; #endif