Skip to content

Commit eebe200

Browse files
committed
Fix win 7 compatibility by removing virtual terminal processing support which we don't use
1 parent c72cbd9 commit eebe200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wabt/chakra/windows/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#define HAVE_STRCASECMP 0
3939

4040
/* Whether ENABLE_VIRTUAL_TERMINAL_PROCESSING is defined by windows.h */
41-
#define HAVE_WIN32_VT100 1
41+
#define HAVE_WIN32_VT100 0
4242

4343
#define COMPILER_IS_CLANG 0
4444
#define COMPILER_IS_GNU 0

0 commit comments

Comments
 (0)