From 3203d7db5474a7c9156eb5cb58a98498d027387c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 18 Nov 2015 15:52:54 -0500 Subject: [PATCH] =?UTF-8?q?Change=20=5F=5FMINGW=5F=5F=20=E2=86=92=20=5F=5F?= =?UTF-8?q?MINGW32=5F=5F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- validat1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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