]> git.sesse.net Git - ffmpeg/commitdiff
compat/os2threads: define INCL_DOSERRORS
authorDave Yeo <daveryeo@telus.net>
Thu, 13 Feb 2020 04:13:00 +0000 (20:13 -0800)
committerMarton Balint <cus@passwd.hu>
Sat, 15 Feb 2020 17:25:51 +0000 (18:25 +0100)
This is needed to pull in the define for ERROR_TIMEOUT

Signed-off-by: Dave Yeo <daveryeo@telus.net>
Signed-off-by: Marton Balint <cus@passwd.hu>
compat/os2threads.h

index eec6f40ae72c2a6552f1bcb0f055928c7cc29819..a061eaa63de88101787d6991f2308f7aaf880572 100644 (file)
@@ -27,6 +27,7 @@
 #define COMPAT_OS2THREADS_H
 
 #define INCL_DOS
+#define INCL_DOSERRORS
 #include <os2.h>
 
 #undef __STRICT_ANSI__          /* for _beginthread() */