From 893ed67d4fdb35caba6606d44eb0504b88bce564 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Sat, 14 Jun 2003 07:20:57 +0000 Subject: [PATCH] recent changes from Horacio --- harbour/include/hbrddcdx.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/harbour/include/hbrddcdx.h b/harbour/include/hbrddcdx.h index 0baf0759c5..0ff2c36fdc 100644 --- a/harbour/include/hbrddcdx.h +++ b/harbour/include/hbrddcdx.h @@ -175,12 +175,14 @@ typedef struct _CDXTAG //USHORT KeyLength; USHORT MaxKeys; LPCDXKEYINFO CurKeyInfo; /* current value of key expression */ - LPPAGEINFO RootPage; + LPCDXPAGEINFO RootPage; LPCDXKEYINFO HotKey; /* value of hot key expression */ PHB_ITEM topScope; LPCDXKEYINFO topScopeKey; PHB_ITEM bottomScope; LPCDXKEYINFO bottomScopeKey; + LPCDXPAGEINFO pagePool; + ULONG ulVersion; } CDXTAG; typedef CDXTAG * LPCDXTAG; @@ -458,7 +460,6 @@ extern ERRCODE hb_cdxOrderListAdd( CDXAREAP pArea, LPDBORDERINFO pOrderInfo ); extern ERRCODE hb_cdxOrderListClear( CDXAREAP pArea ); #define hb_cdxOrderListDelete NULL extern ERRCODE hb_cdxOrderListFocus( CDXAREAP pArea, LPDBORDERINFO pOrderInfo ); -//#define hb_cdxOrderListRebuild NULL static ERRCODE hb_cdxOrderListRebuild( CDXAREAP pArea ); #define hb_cdxOrderCondition NULL extern ERRCODE hb_cdxOrderCreate( CDXAREAP pArea, LPDBORDERCREATEINFO pOrderInfo );