mirror of https://gitee.com/bigwinds/arangodb
Fix for missing constant in older Windows versions (issue 3742) (#3963)
This commit is contained in:
parent
7e3dc8afb8
commit
6d1f238afb
|
@ -24,6 +24,9 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#include "Basics/win-utils.h"
|
||||
#ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
|
||||
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
|
||||
#endif
|
||||
#endif
|
||||
|
||||
using namespace arangodb;
|
||||
|
|
Loading…
Reference in New Issue