2002-01-15 22:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2002-01-15 19:29:06 +00:00
parent ef790a0a55
commit 96ba03b237
2 changed files with 11 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* include/hbrddntx.h
2002-01-16 17:21 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbfcdx1.c
* fixed some simple warnings by bcc32 (with -w)
* fixed 3 bugs with index not updating the tree
2002-01-16 11:10 UTC-0500 David G. Holm <dholm@jsd-llc.com>

View File

@@ -2304,7 +2304,13 @@ BOOL adsExists( PHB_ITEM pItemTable, PHB_ITEM pItemIndex )
#define adsPutValueFile NULL
#define adsReadDBHeader NULL
#define adsWriteDBHeader NULL
#define adsExit NULL
static ERRCODE adsExit( void )
{
AdsApplicationExit();
return SUCCESS;
}
#define adsWhoCares NULL
static RDDFUNCS adsTable = { ( DBENTRYP_BP ) adsBof,