summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/bits/limits.h
blob: e1cc3a151c5bf04cbc0cc50fb110a1b4276c6ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#define PAGE_SIZE	65536
#define LONG_BIT	32

#ifndef LONG_MAX
#define LONG_MAX        __LONG_MAX
#endif

#ifndef LLONG_MAX
#define LLONG_MAX       __LLONG_MAX
#endif

#define NAME_MAX        765

#define _MIDIPIX_ABI    20200501
#define _MIDIPIX_XFI    20200501
#define _MIDIPIX_GDI    20200501