Files
harbour-core/harbour/include/rddsys.ch

13 lines
138 B
Plaintext

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