kernel32: Add stub implementation of GetConsoleInputExeNameW.

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

View File

@ -973,6 +973,16 @@ DWORD WINAPI GetConsoleInputExeNameA(DWORD BufferLength, LPSTR lpBuffer)
return ret;
}
/***********************************************************************
* GetConsoleInputExeNameW (KERNEL32.@)
*/
DWORD WINAPI GetConsoleInputExeNameW(DWORD BufferLength, LPWSTR lpBuffer)
{
DWORD ret = 0;
FIXME( "stub %u %p\n", BufferLength, lpBuffer);
return ret;
}
/***********************************************************************
* GetConsoleTitleA (KERNEL32.@)
*

View File

@ -458,7 +458,7 @@
@ stub GetConsoleFontSize
@ stub GetConsoleHardwareState
@ stdcall GetConsoleInputExeNameA(long ptr)
@ stub GetConsoleInputExeNameW
@ stdcall GetConsoleInputExeNameW(long ptr)
@ stdcall GetConsoleInputWaitHandle()
@ stub GetConsoleKeyboardLayoutNameA
@ stub GetConsoleKeyboardLayoutNameW