summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/bits/limits.h
blob: 90738abd73c9f1a5dfd6eb07b53907f4c050df38 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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_GDI    20170101
#define _MIDIPIX_XFI    20170101