See ChangeLog entry 19990604-17:35 EDT David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
1999-06-04 22:43:39 +00:00
parent 36154e49a0
commit 2cab9ecc6f
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
19990604-17:35 EDT David G. Holm <dholm@jsd-llc.com>
* include/hbsetup.h
- Added USE_GTAPI, which defaults to NOT being defined
19990604-17:00 EDT David G. Holm <dholm@jsd-llc.com>
In each of the following modules, all occurrences of ITEM and PITEM
were changed to HB_ITEM and PHB_ITEM. Any additional changes are

View File

@@ -28,6 +28,12 @@
/*#define HARBOUR_OBJ_GENERATION*/
/* This symbol defines if we want to use the GT API
*
* By default it is disabled (symbol is not defined)
*/
/*#define USE_GTAPI*/
/* Operating system specific definitions
*/
#define OS_PATH_LIST_SEPARATOR ';'