1
0
Fork 0

Fix for missing constant in older Windows versions (issue 3742) (#3963)

This commit is contained in:
Simran 2017-12-08 15:38:16 +01:00 committed by Jan
parent 7e3dc8afb8
commit 6d1f238afb
1 changed files with 3 additions and 0 deletions

View File

@ -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;