mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
kernel32: Quiet a noisy FIXME.
This commit is contained in:
parent
15d3c513b9
commit
ea765ae005
@ -3849,7 +3849,8 @@ HRESULT WINAPI RegisterApplicationRestart(PCWSTR pwzCommandLine, DWORD dwFlags)
|
||||
*/
|
||||
DWORD WINAPI WTSGetActiveConsoleSessionId(void)
|
||||
{
|
||||
FIXME("stub\n");
|
||||
static int once;
|
||||
if (!once++) FIXME("stub\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user