| #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 |