20000212-02:30 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-02-12 01:30:26 +00:00
parent 5345d72044
commit 31b03bb565
3 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
20000212-02:30 GMT+1 Victor Szakats <info@szelvesz.hu>
* include/gtapi.h
+ NOTE: added about incompatibilities between Harbour and CA-Cl*pper
GT interface.
* makefile.b32
- Removed -v option (debug info) from 4.0 mode.
2000-02-11 19:15 GMT-5 David G. Holm <dholm@ sd-llc.com>
* source/rtl/inkey.c
! First pass at international character support for Windows console mode.

View File

@@ -41,6 +41,10 @@
#include "setcurs.h"
#include "box.h"
/* NOTE: The declaration of hb_gtSetPos(), hb_gtGetPos(), hb_gtWrite(),
hb_gtWriteAt(), hb_gtRepChar() differs in parameter types from the
original CA-Cl*pper versions. [vszakats] */
/* maximum length of color string */
#define CLR_STRLEN 64

View File

@@ -6,7 +6,7 @@
# avoid optimizer bug, when using compiler version 4.0
!if $d(B40)
BCC_OPT = -v -DHARBOUR_USE_WIN_GTAPI
BCC_OPT = -DHARBOUR_USE_WIN_GTAPI
!else
BCC_OPT = -O2 -DHARBOUR_USE_WIN_GTAPI
!endif