2007-05-03 16:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rdd/usrrdd/usrrdd.c
* updated casting for recent modifications in RDD API
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2007-05-03 16:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rdd/usrrdd/usrrdd.c
|
||||
* updated casting for recent modifications in RDD API
|
||||
|
||||
2007-05-03 16:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/common.mak
|
||||
* harbour/include/hbapirdd.h
|
||||
|
||||
@@ -2963,7 +2963,7 @@ HB_FUNC( USRRDD_GETFUNCTABLE )
|
||||
++pRddFunction;
|
||||
++pFunction;
|
||||
}
|
||||
uiResult = hb_rddInherit( pSelfTable, &funcTable, pSuperTable, ( BYTE * ) szSuperRDD );
|
||||
uiResult = hb_rddInherit( pSelfTable, &funcTable, pSuperTable, szSuperRDD );
|
||||
if( uiResult == SUCCESS )
|
||||
{
|
||||
pSelfTable->whoCares = ( DBENTRYP_SVP ) hb_itemNew( pMethods );
|
||||
|
||||
Reference in New Issue
Block a user