msvcrt: Add _CRT_INT_MAX to corecrt.h.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2020-02-20 19:27:41 +01:00 committed by Alexandre Julliard
parent 9576ff7048
commit 7df0f4a1da
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@
#endif
#define _ARGMAX 100
#define _CRT_INT_MAX 0x7fffffff
#ifndef _MSVCRT_LONG_DEFINED
#define _MSVCRT_LONG_DEFINED