From 309c67a205895b5036897e7f0aefc5730750a9a1 Mon Sep 17 00:00:00 2001
From: pstef <3462925+pstef@users.noreply.github.com>
Date: Fri, 18 Apr 2025 21:12:17 +0000
Subject: [PATCH] Revert "Define WIN32_LEAN_AND_MEAN to avoid collision with
winsock2"
The Windows builds have been missing some libraries, notably
avdevice-58.dll, avfilter-7.dll, and prostproc-55.dll as reported by a
user on Discord. I suspect it's caused by cc842fd, although I don't
fully understand why that would happen.
---
ui/drivers/ui_qt.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/ui/drivers/ui_qt.cpp b/ui/drivers/ui_qt.cpp
index 1fa54da778..5a8cb7170d 100644
--- a/ui/drivers/ui_qt.cpp
+++ b/ui/drivers/ui_qt.cpp
@@ -14,7 +14,6 @@
* If not, see .
*/
-#define WIN32_LEAN_AND_MEAN
#include
#include
#include