mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 18:09:48 +00:00
Change __MINGW__ → __MINGW32__
This commit is contained in:
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
Block a user