Converted oleidl.h to IDL.
[wine] / include / msvcrt / limits.h
1 #ifndef __WINE_LIMITS_H
2 #define __WINE_LIMITS_H
3
4 #define INT_MAX  2147483647
5 #define INT_MIN  (-2147483648)
6 #define SHRT_MAX 32767
7 #define SHRT_MIN (-32768)
8
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12
13 #ifdef __cplusplus
14 }
15 #endif
16
17 #endif /* __WINE_LIMITS_H */