From 6182a7f6b83905fb2315b416ae714a329ec2d0df Mon Sep 17 00:00:00 2001 From: Dave Yeo <daveryeo@telus.net> Date: Wed, 12 Feb 2020 20:13:00 -0800 Subject: [PATCH] compat/os2threads:define INCL_DOSERRORS
This is needed to pull in the define for ERROR_TIMEOUT Signed-off-by: Dave Yeo <daveryeo@telus.net> --- compat/os2threads.h | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/os2threads.h b/compat/os2threads.h index eec6f40ae7..a061eaa63d 100644 --- a/compat/os2threads.h +++ b/compat/os2threads.h @@ -27,6 +27,7 @@ #define COMPAT_OS2THREADS_H #define INCL_DOS +#define INCL_DOSERRORS #include <os2.h> #undef __STRICT_ANSI__ /* for _beginthread() */ -- 2.11.0
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".