mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
cast for compiler
This commit is contained in:
parent
016a92f9a8
commit
c23b07ac3b
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…
Add table
Reference in a new issue