fix: missing define on some mingw
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user