From ff0b3c4f599fcbef137092c1cca4910ddeb8081f Mon Sep 17 00:00:00 2001 From: Ryszard Glab Date: Thu, 23 Nov 2000 18:42:13 +0000 Subject: [PATCH] ChangeLog 2000-11-23 19:50 UTC+0100 --- harbour/ChangeLog | 6 ++++++ harbour/source/rdd/dbfcdx/dbfcdx1.h | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d849519d20..e933d39418 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +2000-11-23 19:50 UTC+0100 Ryszard Glab + + *source/rdd/dbfcdx/dbfcdx1.h + *added forward declaration of _CDXTAG structure to compile + in some C++ compilers (Watcom C++) + 2000-11-23 10:00 UTC+0800 Ron Pinkas * source/rtl/idle.c * source/rtl/inkey.c diff --git a/harbour/source/rdd/dbfcdx/dbfcdx1.h b/harbour/source/rdd/dbfcdx/dbfcdx1.h index 565daf6f18..16a845784d 100644 --- a/harbour/source/rdd/dbfcdx/dbfcdx1.h +++ b/harbour/source/rdd/dbfcdx/dbfcdx1.h @@ -76,6 +76,8 @@ typedef struct _KEYINFO } KEYINFO; typedef KEYINFO * LPKEYINFO; +struct _CDXTAG; /* forward declaration */ + typedef struct HB_PAGEINFO_STRU { LONG Page; @@ -143,7 +145,6 @@ typedef struct typedef SORTDATA * LPSORTDATA; - typedef struct { LONG WordCount;