kernel32: Add stub implementation of GetConsoleKeyboardLayoutNameA.

This commit is contained in:
EA Durbin 2007-11-11 12:28:00 -06:00 committed by Alexandre Julliard
parent 6e6a2a5856
commit 592fc26b09
2 changed files with 11 additions and 1 deletions

View File

@ -963,6 +963,16 @@ BOOL WINAPI SetConsoleTitleA( LPCSTR title )
return ret;
}
/***********************************************************************
* GetConsoleKeyboardLayoutNameA (KERNEL32.@)
*/
BOOL WINAPI GetConsoleKeyboardLayoutNameA(LPSTR layoutName)
{
FIXME( "stub %p\n", layoutName);
return TRUE;
}
/***********************************************************************
* GetConsoleInputExeNameA (KERNEL32.@)
*/

View File

@ -460,7 +460,7 @@
@ stdcall GetConsoleInputExeNameA(long ptr)
@ stdcall GetConsoleInputExeNameW(long ptr)
@ stdcall GetConsoleInputWaitHandle()
@ stub GetConsoleKeyboardLayoutNameA
@ stdcall GetConsoleKeyboardLayoutNameA(ptr)
@ stub GetConsoleKeyboardLayoutNameW
@ stdcall GetConsoleMode(long ptr)
@ stub GetConsoleNlsMode