mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-05-19 02:51:30 +00:00
Avoid conflict with C++17 features std::byte by using uint8 type instead of byte
This commit is contained in:
@@ -1437,7 +1437,7 @@ namespace VeraCrypt
|
||||
#if defined(TC_UNIX) && !defined(TC_MACOSX)
|
||||
try
|
||||
{
|
||||
byte buf[128];
|
||||
uint8 buf[128];
|
||||
if (read (ShowRequestFifo, buf, sizeof (buf)) > 0 && Gui->IsInBackgroundMode())
|
||||
Gui->SetBackgroundMode (false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user