Module: wine Branch: master Commit: 7df0f4a1da5a9f6406f06bc6fecb0acfbe508a9d URL: https://source.winehq.org/git/wine.git/?a=commit;h=7df0f4a1da5a9f6406f06bc6f...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Feb 20 19:27:41 2020 +0100
msvcrt: Add _CRT_INT_MAX to corecrt.h.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/msvcrt/corecrt.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/msvcrt/corecrt.h b/include/msvcrt/corecrt.h index cff4549d37..ea81e95db3 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