Add header file.

This commit is contained in:
Calvin Rose 2023-04-30 12:19:55 -05:00
parent 6e9cde8ac1
commit 696efcb9e2
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#ifdef _WIN32
#include <windows.h>
#include <shlwapi.h>
#include <versionhelpers.h>
#ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
#endif