[ros-dev] [ros-diffs] [tretiakov] 25758: Add multiple keyboard layout support. Implemented NtUserLoadKeyboardLayoutEx, NtUserActivateKeyboardLayout, NtUserGetKeyboardLayoutList, NtUserGetKeyboardLayoutName.
Saveliy Tretiakov
saveliyt at gmail.com
Sat Feb 10 14:13:26 CET 2007
Fixed in 25762.
Sylvain Petreolle пишет:
> Something's missing into kbdlayout.c :
>
> static PKBL UserHklToKbl(HKL hKl)
> {
> PKBL pKbl = KBLList;
> do
> {
> if(pKbl->hkl == hKl) return pKbl;
> pKbl = (PKBL) pKbl->List.Flink;
> } while(pKbl != KBLList);
> }
>
> gcc complains finding no return statement:
> ./subsystems/win32/win32k/ntuser/kbdlayout.c:286: warning: control reaches end of non-void function
>
> Kind regards,
> Sylvain Petreolle (aka Usurp)
> --- --- --- --- --- --- --- --- --- --- --- --- ---
> Run your favorite Windows apps with free ReactOS : http://www.reactos.org
> Listen to non-DRMised Music: http://www.jamendo.com
>
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev at reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
>
More information about the Ros-dev
mailing list