Make sure text isn't cut off by the close button.
[wine.git] / include / msvcrt / limits.h
blobfa310a532f384dea88b77d1ac8c8a4452515d891
1 #ifndef __WINE_LIMITS_H
2 #define __WINE_LIMITS_H
4 #define INT_MAX 2147483647
5 #define INT_MIN (-2147483648)
6 #define SHRT_MAX 32767
7 #define SHRT_MIN (-32768)
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
13 #ifdef __cplusplus
15 #endif
17 #endif /* __WINE_LIMITS_H */