mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
GetConsoleInfo() pseudo stub.
This commit is contained in:
parent
7e8e12439a
commit
687197d8ba
@ -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
|
||||
*
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user