ChangeLogTag:19990727-19:18 GMT+1 Bruno Cantero <bruno@issnet.net>

This commit is contained in:
Bruno Cantero
1999-07-27 17:26:16 +00:00
parent 2c7e26b470
commit 0226372d6a
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
19990727-19:18 GMT+1 Bruno Cantero <bruno@issnet.net>
* source/rdd/dbfntx1.c
Fixed a bug
19990727-19:08 GMT+1 Bruno Cantero <bruno@issnet.net>
* source/rtl/natmsg/*.c
Added #include <hbdefs.h> to these files

View File

@@ -117,8 +117,10 @@ HARBOUR HB_REQUEST_DBFNTX1( void )
HARBOUR HB_DBFNTX_GETFUNCTABLE( void )
{
RDDFUNCS * pTable;
USHORT * uiCount;
*( USHORT * ) hb_parnl( 1 ) = RDDFUNCSCOUNT;
uiCount = ( USHORT * ) hb_parnl( 1 );
* uiCount = RDDFUNCSCOUNT;
pTable = ( RDDFUNCS * ) hb_parnl( 2 );
if( pTable )
hb_rddInherit( pTable, &ntxTable, &ntxSuper, 0 );