From f255061d8bdbae14242e0018dd7b2188655ad680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Kunz?= Date: Tue, 22 Oct 2024 08:46:42 +0200 Subject: [PATCH] Remove redefinition of WIN32_LEAN_AND_MEAN --- extensions/windows/standard/KDOverlays/stdafx.h | 2 -- extensions/windows/standard/KDUtil/stdafx.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/extensions/windows/standard/KDOverlays/stdafx.h b/extensions/windows/standard/KDOverlays/stdafx.h index 809f40b07..9c30ef303 100644 --- a/extensions/windows/standard/KDOverlays/stdafx.h +++ b/extensions/windows/standard/KDOverlays/stdafx.h @@ -16,8 +16,6 @@ * along with this program. If not, see . */ -#define WIN32_LEAN_AND_MEAN - #include "CommunicationSocket.h" #include "OverlayConstants.h" diff --git a/extensions/windows/standard/KDUtil/stdafx.h b/extensions/windows/standard/KDUtil/stdafx.h index c5214663f..c6eea3afe 100644 --- a/extensions/windows/standard/KDUtil/stdafx.h +++ b/extensions/windows/standard/KDUtil/stdafx.h @@ -18,6 +18,4 @@ #pragma once -#define WIN32_LEAN_AND_MEAN - #include