Removing the final compiler warning when building on Win75 -- thank you, Antonio Mattos.
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@731 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
8b5b378c99
commit
cc84d110ac
@ -2088,7 +2088,7 @@ LRESULT CALLBACK fgWindowProc( HWND hWnd, UINT uMsg, WPARAM wParam,
|
||||
|
||||
GetKeyboardState( state );
|
||||
|
||||
if( ToAscii( wParam, 0, state, code, 0 ) == 1 )
|
||||
if( ToAscii( (UINT)wParam, 0, state, code, 0 ) == 1 )
|
||||
wParam=code[ 0 ];
|
||||
|
||||
INVOKE_WCB( *window, KeyboardUp,
|
||||
|
Reference in New Issue
Block a user