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:
Viktor Szakats
2009-07-10 18:32:17 +00:00
parent 8ff2f88c4c
commit 23f398ed62
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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. */
}
}