2002-10-19 16:50 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
This commit is contained in:
@@ -192,6 +192,9 @@ extern USHORT hb_gtWrite( BYTE * pbyStr, ULONG ulLen );
|
||||
extern USHORT hb_gtWriteAt( USHORT uiRow, USHORT uiCol, BYTE * pbyStr, ULONG ulLen );
|
||||
extern USHORT hb_gtWriteCon( BYTE * pbyStr, ULONG ulLen );
|
||||
extern char * hb_gtVersion( void );
|
||||
#define hb_gtOutStd( pbyStr, ulLen ) hb_gt_OutStd( pbyStr, ulLen )
|
||||
#define hb_gtOutErr( pbyStr, ulLen ) hb_gt_OutErr( pbyStr, ulLen )
|
||||
|
||||
|
||||
/* Undocumented CA-Clipper 5.x GT API calls */
|
||||
|
||||
@@ -256,6 +259,9 @@ extern void hb_gt_SetPos( SHORT iRow, SHORT iCol, SHORT iMethod );
|
||||
extern void hb_gt_Tone( double dFrequency, double dDuration );
|
||||
extern char * hb_gt_Version( void );
|
||||
extern USHORT hb_gt_VertLine( SHORT uiCol, SHORT uiTop, SHORT uiBottom, BYTE byChar, BYTE byAttr );
|
||||
extern void hb_gt_OutStd( BYTE * pbyStr, ULONG ulLen );
|
||||
extern void hb_gt_OutErr( BYTE * pbyStr, ULONG ulLen );
|
||||
|
||||
|
||||
/* Keyboard related declarations */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user