From aeb423ce3bc3b5915bd9b342e0827cb3831e4be2 Mon Sep 17 00:00:00 2001 From: Morilli <35152647+Morilli@users.noreply.github.com> Date: Wed, 28 Jul 2021 04:19:31 +0200 Subject: [PATCH] Just remove all WIN* defines from here --- nall/windows/guard.hpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/nall/windows/guard.hpp b/nall/windows/guard.hpp index 353874cb..06e2a37f 100644 --- a/nall/windows/guard.hpp +++ b/nall/windows/guard.hpp @@ -5,20 +5,12 @@ #define interface WindowsInterface #undef UNICODE -#undef WINVER -#undef WIN32_LEAN_AND_LEAN -#undef _WIN32_WINNT -#undef _WIN32_IE -#undef __MSVCRT_VERSION__ +#undef WIN32_LEAN_AND_MEAN #undef NOMINMAX #undef PATH_MAX #define UNICODE -#define WINVER 0x0601 #define WIN32_LEAN_AND_MEAN -#define _WIN32_WINNT WINVER -#define _WIN32_IE WINVER -#define __MSVCRT_VERSION__ WINVER #define NOMINMAX #define PATH_MAX 260