From d20cc1faaf8c978391e7b853a84708f93903bd07 Mon Sep 17 00:00:00 2001 From: Luis Krause Date: Fri, 30 Jan 2004 04:15:54 +0000 Subject: [PATCH] 2004-01-29 20:15 UTC-0800 Luis Krause Mantilla --- harbour/ChangeLog | 32 ++++++++++++++++++-------------- harbour/contrib/rdd_ads/ace.h | 4 ++++ 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d9e860f04e..dbff57ff81 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,21 +8,25 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2004-01-29 20:15 UTC-0800 Luis Krause Mantilla + * contrib/rdd_ads/ace.h + + added missing definition for adsGetNumActiveLinks() + 2004-01-29 18:45 UTC-0800 Luis Krause Mantilla - * source/vm/debug.c - + add wrappers (some 3rd-party-libs still use these ones) for : - __VMSTKLCOUNT() - __VMPARLLIST() - __VMSTKLLIST() - __VMVARLGET() - __VMVARLSET() - * source/vm/hvm.c - + add wrappers (some 3rd-party-libs still use these ones) for : - __VMVARSLIST() - __VMVARSLEN() - __VMVARSGET() - __VMVARSSET() - Thanks Andi! + * source/vm/debug.c + + add wrappers (some 3rd-party-libs still use these ones) for : + __VMSTKLCOUNT() + __VMPARLLIST() + __VMSTKLLIST() + __VMVARLGET() + __VMVARLSET() + * source/vm/hvm.c + + add wrappers (some 3rd-party-libs still use these ones) for : + __VMVARSLIST() + __VMVARSLEN() + __VMVARSGET() + __VMVARSSET() + Thanks Andi! 2004-01-29 18:30 UTC-0800 Luis Krause Mantilla * contrib/rdd_ads/adsfunc.c diff --git a/harbour/contrib/rdd_ads/ace.h b/harbour/contrib/rdd_ads/ace.h index 307199c553..9186ea2a59 100644 --- a/harbour/contrib/rdd_ads/ace.h +++ b/harbour/contrib/rdd_ads/ace.h @@ -1596,6 +1596,10 @@ UNSIGNED32 ENTRYPOINT AdsGetMilliseconds( UNSIGNED8 *pucFldName, SIGNED32 *plTime ); +UNSIGNED32 ENTRYPOINT AdsGetNumActiveLinks( + ADSHANDLE hDBConn, + UNSIGNED16 *pusNumLinks ); + UNSIGNED32 ENTRYPOINT AdsGetNumFields( ADSHANDLE hTable, UNSIGNED16 *pusCount );