Commit 687197d8 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

GetConsoleInfo() pseudo stub.

parent 7e8e1243
......@@ -118,6 +118,16 @@ static void char_info_AtoW( CHAR_INFO *buffer, int count )
/******************************************************************************
* GetConsoleWindow [KERNEL32.@]
*/
HWND WINAPI GetConsoleWindow(VOID)
{
FIXME("stub\n");
return NULL;
}
/******************************************************************************
* GetConsoleCP [KERNEL32.@] Returns the OEM code page for the console
*
* RETURNS
......
......@@ -380,7 +380,7 @@
@ stdcall GetConsoleScreenBufferInfo(long ptr)
@ stdcall GetConsoleTitleA(ptr long)
@ stdcall GetConsoleTitleW(ptr long)
@ stub GetConsoleWindow
@ stdcall GetConsoleWindow()
@ stdcall GetCurrencyFormatA(long long str ptr str long)
@ stdcall GetCurrencyFormatW(long long str ptr str long)
@ stdcall GetCurrentDirectoryA(long ptr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment