From 9e6ee46c7d90edcd51546fb0ba69151960c48f71 Mon Sep 17 00:00:00 2001 From: Dave Yeo 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 Signed-off-by: Marton Balint --- 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 #undef __STRICT_ANSI__ /* for _beginthread() */