ChangeLogTag:19990727-19:18 GMT+1 Bruno Cantero <bruno@issnet.net>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user