--- jbig2dec-0.19/os_types.h.orig 2020-10-27 20:17:03.653736800 +0300 | |
+++ jbig2dec-0.19/os_types.h 2020-10-27 20:17:35.410561400 +0300 | |
@@ -43,5 +43,9 @@ | |
#else | |
# include <stdint.h> | |
#endif | |
+ | |
+#ifdef __MINGW32__ | |
+#define __CRT__NO_INLINE 1 | |
+#endif | |
#endif /* _JBIG2_OS_TYPES_H */ |