aboutsummaryrefslogtreecommitdiff
path: root/ports/ffmpeg/fix_windowsinclude-in-ffmpegexe-1.patch
blob: 09ee1219fe2df7db470c4386a838e1af0c9af04c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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