2001-02-19 11:15 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2001-02-19 08:17:38 +00:00
parent 36ff7f3734
commit 91a897ba7e
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2001-02-19 11:15 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
* harbour/include/hbrddntx.h
* Forgot to upload last time
2001-02-19 10:15 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
* harbour/source/rdd/dbfntx/dbfntx1.c
* fixes and improvements

View File

@@ -132,6 +132,10 @@ typedef struct _TAGINFO
USHORT uiPages;
USHORT KeyLength;
USHORT MaxKeys;
LONG blockPrev;
LONG blockNext;
USHORT keyPrev;
USHORT keyNext;
LPKEYINFO CurKeyInfo;
LPPAGEINFO RootPage;
struct _NTXINDEX * Owner;