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.
This commit is contained in:
pstef 2025-04-18 21:12:17 +00:00
parent 21c5c5db36
commit 309c67a205
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#define WIN32_LEAN_AND_MEAN
#include <QApplication>
#include <QAbstractEventDispatcher>
#include <QtWidgets>