Skip to content
Snippets Groups Projects
Commit be9f0a1a authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

The MSVC builds apparently target some ancient API

So we need to define the Windows API ourselves. :(
parent e8b17dde
Branches
Tags
No related merge requests found
Pipeline #6896 passed
......@@ -376,6 +376,10 @@ int win32_getch(void)
#define ENABLE_AUTO_POSITION 0x0100
#endif
#ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
#endif
static DWORD orig_in_conmode=0;
static DWORD orig_out_conmode=0;
static void * win32_suspendbuf=NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment