Change __MINGW__ → __MINGW32__

This commit is contained in:
Jeffrey Walton 2015-11-18 15:52:54 -05:00
parent c15be9178a
commit 3203d7db54

View File

@ -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