[PATCH 1/2] msvcrt: Add _CRT_INT_MAX to corecrt.h.

Francois Gouget fgouget at codeweavers.com
Thu Feb 20 12:27:41 CST 2020


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 include/msvcrt/corecrt.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/msvcrt/corecrt.h b/include/msvcrt/corecrt.h
index cff4549d376..ea81e95db36 100644
--- a/include/msvcrt/corecrt.h
+++ b/include/msvcrt/corecrt.h
@@ -158,6 +158,7 @@
 #endif
 
 #define _ARGMAX 100
+#define _CRT_INT_MAX 0x7fffffff
 
 #ifndef _MSVCRT_LONG_DEFINED
 #define _MSVCRT_LONG_DEFINED
-- 
2.20.1




More information about the wine-devel mailing list