diff mbox series

[FFmpeg-devel] compat/os2threads:define INCL_DOSERRORS

Message ID 267c8889-b92a-dc75-08e6-731e0d5ba342@telus.net
State New
Headers show
Series [FFmpeg-devel] compat/os2threads:define INCL_DOSERRORS | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Dave Yeo Feb. 13, 2020, 5:16 a.m. UTC

Comments

Marton Balint Feb. 15, 2020, 5:38 p.m. UTC | #1
On Wed, 12 Feb 2020, Dave Yeo wrote:

>
>

Thanks, applied.

Regards,
Marton
diff mbox series

Patch

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