kernel32: Silence a noisy FIXME in GetConsoleKeyboardLayoutNameW.
This commit is contained in:
parent
bd0b829142
commit
e1c884256e
|
@ -1274,6 +1274,8 @@ BOOL WINAPI GetConsoleKeyboardLayoutNameA(LPSTR layoutName)
|
|||
*/
|
||||
BOOL WINAPI GetConsoleKeyboardLayoutNameW(LPWSTR layoutName)
|
||||
{
|
||||
static int once;
|
||||
if (!once++)
|
||||
FIXME( "stub %p\n", layoutName);
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue