diff options
author | Dave Yeo <daveryeo@telus.net> | 2020-02-12 20:13:00 -0800 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-02-15 18:25:51 +0100 |
commit | 9e6ee46c7d90edcd51546fb0ba69151960c48f71 (patch) | |
tree | db0b515a8ddfcb3c3cbdfcb3a0372ba66c25e928 /compat | |
parent | da80d80b9350028d0bc93b0395a7862f6c88b959 (diff) | |
download | ffmpeg-9e6ee46c7d90edcd51546fb0ba69151960c48f71.tar.gz |
compat/os2threads: define INCL_DOSERRORS
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>
Diffstat (limited to 'compat')
-rw-r--r-- | compat/os2threads.h | 1 |
1 files changed, 1 insertions, 0 deletions
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() */ |