19 lines
209 B
C
19 lines
209 B
C
/*
|
|
* $Id$
|
|
*/
|
|
|
|
#ifndef HB_COMPAT_H_
|
|
#define HB_COMPAT_H_
|
|
|
|
#ifndef HRBCLIPPER
|
|
#define far
|
|
#define near
|
|
#define _near
|
|
/* #define pascal */
|
|
typedef void * FARP;
|
|
#endif
|
|
|
|
#define _DEBUG
|
|
|
|
#endif /* HB_COMPAT_H_ */
|