Sign in
goma
/
wine
/
fbdfd910c114db49b8ae823766f4c8d1fbb77e3f
/
.
/
include
/
msvcrt
/
limits.h
blob: fa310a532f384dea88b77d1ac8c8a4452515d891 [
file
]
#ifndef
__WINE_LIMITS_H
#define
__WINE_LIMITS_H
#define
INT_MAX
2147483647
#define
INT_MIN
(-
2147483648
)
#define
SHRT_MAX
32767
#define
SHRT_MIN
(-
32768
)
#ifdef
__cplusplus
extern
"C"
{
#endif
#ifdef
__cplusplus
}
#endif
#endif
/* __WINE_LIMITS_H */