Change __MINGW__ → __MINGW32__
parent
c15be9178a
commit
3203d7db54
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue