mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:03:00 +00:00
[0.4.9][NTOS][USERSRV] Silence noisy debug output.
picked from 0.4.13-dev-82-g f5471b7b4b
This commit is contained in:
parent
9ff6310cdc
commit
16f9af86b5
3 changed files with 4 additions and 4 deletions
|
@ -135,7 +135,7 @@ CSR_API(SrvGetThreadConsoleDesktop)
|
|||
{
|
||||
PUSER_GET_THREAD_CONSOLE_DESKTOP GetThreadConsoleDesktopRequest = &((PUSER_API_MESSAGE)ApiMessage)->Data.GetThreadConsoleDesktopRequest;
|
||||
|
||||
DPRINT1("%s not yet implemented\n", __FUNCTION__);
|
||||
UNIMPLEMENTED_ONCE;
|
||||
|
||||
/* Return nothing for the moment... */
|
||||
GetThreadConsoleDesktopRequest->ConsoleDesktop = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue