GetConsoleInfo() pseudo stub.

This commit is contained in:
Hans Leidekker 2004-04-02 19:18:51 +00:00 committed by Alexandre Julliard
parent 7e8e12439a
commit 687197d8ba
2 changed files with 11 additions and 1 deletions

View File

@ -117,6 +117,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
*

View File

@ -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)