vcpkg/ports/ffmpeg/fix_windowsinclude-in-ffmpegexe-1.patch
driver1998 a85359f7d3 ffmpeg: enable arm/arm64 windows support (#6590)
* ffmpeg: enable arm/arm64 windows support

* ffmpeg: fix x64-uwp

* ffmpeg: remove outdated patch

* ffmpeg: remove outdated patch
2019-06-06 16:04:27 -07:00

12 lines
280 B
Diff

--- a/fftools/cmdutils.c 2017-07-29 19:49:29.000000000 +0200
+++ b/fftools/cmdutils.c 2018-09-02 20:31:42.509408400 +0200
@@ -62,6 +62,8 @@
#include <sys/resource.h>
#endif
#ifdef _WIN32
+#define _WIN32_WINNT 0x0600
+#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif