From a3f10cf0be1dbfe386704c3291e338add72cc26b Mon Sep 17 00:00:00 2001 From: jpark37 Date: Fri, 17 Sep 2021 22:11:55 -0700 Subject: [PATCH] libobs: Remove WIN32_LEAN_AND_MEAN It should already be defined near the Windows.h include. --- libobs/obs-hotkey-name-map.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libobs/obs-hotkey-name-map.c b/libobs/obs-hotkey-name-map.c index 51a104fe6..a7e0683fa 100644 --- a/libobs/obs-hotkey-name-map.c +++ b/libobs/obs-hotkey-name-map.c @@ -15,10 +15,6 @@ along with this program. If not, see . ******************************************************************************/ -#ifdef _MSC_VER -#define WIN32_LEAN_AND_MEAN -#endif - #include #include