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