mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-24 07:05:40 -07:00
fix: missing define on some mingw
This commit is contained in:
parent
fef3a764ae
commit
aa0baa26c6
1 changed files with 4 additions and 0 deletions
|
@ -727,6 +727,10 @@ static bool DetectWindowsAnsiSupport(void) {
|
|||
RegCloseKey(hKey);
|
||||
}
|
||||
|
||||
#ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
|
||||
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
|
||||
#endif
|
||||
|
||||
HANDLE hOut = GetStdHandle(STD_OUTPUT_HANDLE);
|
||||
DWORD dwMode = 0;
|
||||
GetConsoleMode(hOut, &dwMode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue