mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Update word size message
This commit is contained in:
parent
ef682f185e
commit
89dd418da3
@ -255,11 +255,11 @@ bool TestSettings()
|
||||
|
||||
if (sizeof(void*) == 8)
|
||||
{
|
||||
std::cout << "Your machine is 64-bit.\n";
|
||||
std::cout << "passed: Your machine is 64-bit.\n";
|
||||
}
|
||||
else if (sizeof(void*) == 4)
|
||||
{
|
||||
std::cout << "Your machine is 32-bit.\n";
|
||||
std::cout << "passed: Your machine is 32-bit.\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user