dos_compilers/Manx Aztec C86 v42b/INCLUDE/MODEL.H

8 lines
115 B
C++
Raw Normal View History

2024-07-02 16:07:59 +02:00
#if (sizeof(int (*)()) == 4)
#define _LARGECODE
#endif
#if (sizeof(char *) == 4)
#define _LARGEDATA
#endif