Files
harbour-core/harbour/include/rddsys.ch
1999-07-31 04:11:57 +00:00

13 lines
160 B
Plaintext

/*
* $Id$
*/
#ifndef _RDDSYS_CH
#define _RDDSYS_CH
#define RDT_FULL 1
#define RDT_TRANSFER 2
#define RDT_HIDDEN 255
#endif /* _RDDSYS_CH */