2004-01-29 20:15 UTC-0800 Luis Krause Mantilla

This commit is contained in:
Luis Krause
2004-01-30 04:15:54 +00:00
parent ce70518e20
commit d20cc1faaf
2 changed files with 22 additions and 14 deletions

View File

@@ -8,21 +8,25 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2004-01-29 20:15 UTC-0800 Luis Krause Mantilla <lkrausem /*at*/ shaw /*dot*/ ca>
* contrib/rdd_ads/ace.h
+ added missing definition for adsGetNumActiveLinks()
2004-01-29 18:45 UTC-0800 Luis Krause Mantilla <lkrausem /*at*/ shaw /*dot*/ ca>
* 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 <lkrausem /*at*/ shaw /*dot*/ ca>
* contrib/rdd_ads/adsfunc.c

View File

@@ -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 );