From 0c6587b5b7325556aa41eadc2322908e95f14003 Mon Sep 17 00:00:00 2001 From: smlu Date: Mon, 6 Sep 2021 22:26:00 -0400 Subject: Add support for Microsoft Visual Studio buildchain * Use C++17 when using MSVC compiler * Remove unneeded header files and macros * Removed unnecessary Yubikey cmake file * Enhance release tool * Updated INSTALL.md --- src/autotype/windows/AutoTypeWindows.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/autotype') diff --git a/src/autotype/windows/AutoTypeWindows.h b/src/autotype/windows/AutoTypeWindows.h index 883677b57..7b3d577d0 100644 --- a/src/autotype/windows/AutoTypeWindows.h +++ b/src/autotype/windows/AutoTypeWindows.h @@ -20,6 +20,10 @@ #define KEEPASSX_AUTOTYPEWINDOWS_H #include + +#undef NOMINMAX +#define NOMINMAX +#define WIN32_LEAN_AND_MEAN #include #include "autotype/AutoTypeAction.h" -- cgit v1.2.3