mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-27 03:40:22 +00:00
Fix typo on SunCC version
This commit is contained in:
parent
81f868e6ff
commit
ada2aa55ed
@ -83,7 +83,7 @@ NAMESPACE_BEGIN(CryptoPP)
|
||||
#endif
|
||||
|
||||
// Hack for SunCC, http://github.com/weidai11/cryptopp/issues/224
|
||||
#if (__SUNPRO_CC >= 5130)
|
||||
#if (__SUNPRO_CC >= 0x5130)
|
||||
# define MAYBE_CONST
|
||||
#else
|
||||
# define MAYBE_CONST const
|
||||
|
Loading…
Reference in New Issue
Block a user