summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/bits/limits.h
blob: 860b1487a4121ee83f90052886ad015ef170fb53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \
 || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
#define PAGE_SIZE	65536
#define LONG_BIT	32
#endif

#define LONG_MAX  0x7fffffffL
#define LLONG_MAX  0x7fffffffffffffffLL

#define _MIDIPIX_ABI    20170101
#define _MIDIPIX_XFI    20170101
#define _MIDIPIX_GDI    20170101