15 lines
165 B
C
15 lines
165 B
C
|
#ifndef ICMDLL_H
|
||
|
#define ICMDLL_H
|
||
|
|
||
|
#define __huge
|
||
|
#define __far
|
||
|
#define _far
|
||
|
#define __pascal
|
||
|
#define __loadds
|
||
|
#undef FAR
|
||
|
#define FAR
|
||
|
#define SINT int
|
||
|
|
||
|
#endif
|
||
|
|