Sign in
goma
/
wine
/
546839f408157afb7399c6d5b78bc7e0f36b3add
/
.
/
include
/
msvcrt
/
limits.h
blob: fa310a532f384dea88b77d1ac8c8a4452515d891 [
file
] [
log
] [
blame
]
#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 */