mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-18 10:08:29 +01:00
cast for compiler
This commit is contained in:
parent
b870dabedd
commit
697e499c9f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ initEditAndSlider( HWND hDlg, XP_U16 sliderID, XP_U8 val )
|
|||
MAKELONG(0,255) );
|
||||
SendDlgItemMessage( hDlg, sliderID, TBM_SETPOS, TRUE,
|
||||
(long)val );
|
||||
ceSetDlgItemNum( hDlg, sliderID+1, (XP_S32)val );
|
||||
ceSetDlgItemNum( hDlg, sliderID+1, val );
|
||||
} /* initEditAndSlider */
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue