Change __MINGW__ → __MINGW32__

pull/75/head
Jeffrey Walton 2015-11-18 15:52:54 -05:00
parent c15be9178a
commit 3203d7db54
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ bool ValidateAll(bool thorough)
bool TestSettings() bool TestSettings()
{ {
// Thanks to IlyaBizyaev and Zireael-N, http://github.com/weidai11/cryptopp/issues/28 // Thanks to IlyaBizyaev and Zireael-N, http://github.com/weidai11/cryptopp/issues/28
#if defined(__MINGW__) #if defined(__MINGW32__)
using CryptoPP::memcpy_s; using CryptoPP::memcpy_s;
#endif #endif