Skip to content

Commit 194cd9f

Browse files
authored
Missing identifiers. Please give that file a better name.
1 parent 4cdcdf1 commit 194cd9f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#pragma once
2+
3+
#ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
4+
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
5+
#endif
6+
7+
#ifndef DISABLE_NEWLINE_AUTO_RETURN
8+
#define DISABLE_NEWLINE_AUTO_RETURN 0x0008
9+
#endif
10+
11+
#ifndef ENABLE_VIRTUAL_TERMINAL_INPUT
12+
#define ENABLE_VIRTUAL_TERMINAL_INPUT 0x0200
13+
#endif

0 commit comments

Comments
 (0)