From 2cab9ecc6faf9b478dc66039c9e5278ebbd9fca7 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Fri, 4 Jun 1999 22:43:39 +0000 Subject: [PATCH] See ChangeLog entry 19990604-17:35 EDT David G. Holm --- harbour/ChangeLog | 4 ++++ harbour/include/hbsetup.h | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 02baa6ce20..291d709002 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990604-17:35 EDT David G. Holm + * include/hbsetup.h + - Added USE_GTAPI, which defaults to NOT being defined + 19990604-17:00 EDT David G. Holm In each of the following modules, all occurrences of ITEM and PITEM were changed to HB_ITEM and PHB_ITEM. Any additional changes are diff --git a/harbour/include/hbsetup.h b/harbour/include/hbsetup.h index 80dd4781a1..8f0bb51c4f 100644 --- a/harbour/include/hbsetup.h +++ b/harbour/include/hbsetup.h @@ -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 ';'