wineps.drv: Use INT_MAX instead of LONG_MAX to initialize a LONG value.
This commit is contained in:
parent
6b07ac5453
commit
f45874ae28
|
@ -746,7 +746,7 @@ static BOOL ParseN(LPSTR sz, OLD_AFMMETRICS *metrics)
|
|||
static const OLD_AFMMETRICS badmetrics =
|
||||
{
|
||||
INT_MAX, /* C */
|
||||
LONG_MAX, /* UV */
|
||||
INT_MAX, /* UV */
|
||||
FLT_MAX, /* WX */
|
||||
NULL, /* N */
|
||||
{ FLT_MAX, FLT_MAX, FLT_MAX, FLT_MAX }, /* B */
|
||||
|
|
Loading…
Reference in New Issue