hb_vmMessage() use removed
This commit is contained in:
@@ -1764,10 +1764,9 @@ HB_FUNC( __OBJSENDMSG )
|
||||
{
|
||||
USHORT uiParam;
|
||||
|
||||
hb_vmPushSymbol( pMsg->pSymbol ); /* Push char symbol as message */
|
||||
hb_vmPush( pObject ); /* Push object */
|
||||
|
||||
hb_vmMessage( pMsg->pSymbol ); /* Push char symbol as message */
|
||||
|
||||
for( uiParam = 3; uiParam <= uiPCount; uiParam++ ) /* Push arguments on stack */
|
||||
hb_vmPush( hb_param( uiParam, HB_IT_ANY ) );
|
||||
|
||||
@@ -2520,4 +2519,4 @@ HB_FUNC( __CLSGETPROPERTIES )
|
||||
}
|
||||
|
||||
hb_itemRelease( hb_itemReturn( pReturn ) );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user