[FFmpeg-cvslog] compat/os2threads: define INCL_DOSERRORS

Dave Yeo git at videolan.org
Sat Feb 15 19:37:57 EET 2020


ffmpeg | branch: master | Dave Yeo <daveryeo at telus.net> | Wed Feb 12 20:13:00 2020 -0800| [9e6ee46c7d90edcd51546fb0ba69151960c48f71] | committer: Marton Balint

compat/os2threads: define INCL_DOSERRORS

This is needed to pull in the define for ERROR_TIMEOUT

Signed-off-by: Dave Yeo <daveryeo at telus.net>
Signed-off-by: Marton Balint <cus at passwd.hu>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e6ee46c7d90edcd51546fb0ba69151960c48f71
---

 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() */



More information about the ffmpeg-cvslog mailing list