winCE bug fix

On SDL-1.2.8
under SDL source,
video/windib/SDL_dibevents.c,
the line 'wParam = 0;'
2 lines before '#endif /* NO_GETKEYBOARDSTATE */'
needs to be commented out.
that line zeros out keyboard code if unicode is disabled.

A couple lines before that there’s another ‘wParam = 0;’ that zeros a keycode if conversion to unicode fails. It could be argued that is correct behavior.

This change has been tested and found necessissary to read direction key on the test device.

On SDL-1.2.8
under SDL source,
video/windib/SDL_dibevents.c,
the line 'wParam = 0;'
2 lines before '#endif /* NO_GETKEYBOARDSTATE */'
needs to be commented out.
that line zeros out keyboard code if unicode is disabled.

A couple lines before that there’s another ‘wParam = 0;’ that zeros a keycode if conversion to unicode fails. It could be argued that is correct behavior.

This change has been tested and found necessissary to read direction key on the test device.

This fix is in CVS now. Thanks!

–ryan.