source-engine/thirdparty/cryptopp/cryptopushdisablewarnings.h
2020-11-04 04:02:29 +03:00

7 lines
122 B
C

#ifdef _WIN32
#pragma warning( push )
#include "cryptodisablewarnings.h"
//#include "tier0/memdbgoff.h"
#endif // _WIN32