8 lines
87 B
C
8 lines
87 B
C
|
#define BITSPERUI 16
|
||
|
#ifdef M_I386
|
||
|
#define SHORT short
|
||
|
#else
|
||
|
#define SHORT int
|
||
|
#endif
|
||
|
|