blob: 098267312a345b0869689a9112a7a1c8f2be19a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#pragma once
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/os_win_console.h.generated.h"
#endif
#ifndef ENABLE_VIRTUAL_TERMINAL_INPUT
# define ENABLE_VIRTUAL_TERMINAL_INPUT 0x0200
#endif
|