2009-07-10 20:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/rtl/xhelp.c
! Silenced MSVC warning.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-07-10 20:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* source/rtl/xhelp.c
|
||||
! Silenced MSVC warning.
|
||||
|
||||
2009-07-10 20:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* source/vm/fm.c
|
||||
! Fixed bcc C++ build errors by enabling USE_DL_PREFIX in this case.
|
||||
|
||||
@@ -76,7 +76,7 @@ HB_FUNC( __XHELP )
|
||||
for( iParam = 1; iParam <= iPCount; iParam++ )
|
||||
hb_vmPush( hb_stackItemFromBase( iParam ) );
|
||||
|
||||
hb_vmProc( iPCount );
|
||||
hb_vmProc( ( USHORT ) iPCount );
|
||||
/* NOTE: Leave the return value as it is. */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user