kernel32: Add GetCurrentConsoleFont stub.

This commit is contained in:
Alistair Leslie-Hughes 2012-08-20 14:20:16 +10:00 committed by Alexandre Julliard
parent 57bb58f7f5
commit 71d3d4f1ba
2 changed files with 9 additions and 1 deletions

View file

@ -3224,3 +3224,11 @@ BOOL WINAPI SetConsoleIcon(HICON icon)
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}
BOOL WINAPI GetCurrentConsoleFont(HANDLE hConsole, BOOL maxwindow, LPCONSOLE_FONT_INFO fontinfo)
{
FIXME(": (%p, %d, %p) stub!\n", hConsole, maxwindow, fontinfo);
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}

View file

@ -494,7 +494,7 @@
@ stdcall GetCurrencyFormatA(long long str ptr str long)
@ stdcall GetCurrencyFormatW(long long str ptr str long)
@ stdcall GetCurrentActCtx(ptr)
@ stub GetCurrentConsoleFont
@ stdcall GetCurrentConsoleFont(long long ptr)
@ stdcall GetCurrentDirectoryA(long ptr)
@ stdcall GetCurrentDirectoryW(long ptr)
@ stdcall GetCurrentProcess()