2010-12-21 16:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbct/video.c
    ! Silenced msvc warning.
This commit is contained in:
Viktor Szakats
2010-12-21 15:12:19 +00:00
parent b7c67500d2
commit 1a7fd213ce
2 changed files with 7 additions and 3 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-12-21 16:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbct/video.c
! Silenced msvc warning.
2010-12-21 14:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbwin/mapi.c
! Disabled UNICODE support for WIN_MAPISENDMAIL(). Apparently this

View File

@@ -107,9 +107,9 @@ HB_FUNC( VGAPALETTE )
return;
}
red = hb_parni( 2 );
green = hb_parni( 3 );
blue = hb_parni( 4 );
red = ( char ) hb_parni( 2 );
green = ( char ) hb_parni( 3 );
blue = ( char ) hb_parni( 4 );
#if defined( __DJGPP__ )
{