26 lines
455 B
Plaintext
26 lines
455 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/* CA-Cl*pper API Compatibility Header File */
|
|
/* DON'T USE THIS FILE FOR NEW HARBOUR C CODE */
|
|
|
|
#ifndef HB_FM_API_
|
|
#define HB_FM_API_
|
|
|
|
#include "clipdefs.h"
|
|
#include "extend.h"
|
|
|
|
/* Functions */
|
|
|
|
#define _xalloc hb_xalloc
|
|
#define _xgrab hb_xgrab
|
|
#define _xfree hb_xfree
|
|
|
|
/* Nant*cket Clipper Summer 87 compatible */
|
|
|
|
#define _exmgrab hb_xgrab
|
|
#define _exmback(p, s) hb_xfree( p )
|
|
|
|
#endif /* HB_FM_API_ */
|