mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
We know that the function works, so no need to print a FIXME
svn path=/trunk/; revision=40915
This commit is contained in:
parent
b190734d50
commit
e9478231e2
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@ CONFIGRET WINAPI CM_Enable_DevNode_Ex(
|
|||
LPWSTR lpDevInst;
|
||||
CONFIGRET ret;
|
||||
|
||||
FIXME("%p %lx %p\n", dnDevInst, ulFlags, hMachine);
|
||||
TRACE("%p %lx %p\n", dnDevInst, ulFlags, hMachine);
|
||||
|
||||
if (!IsUserAdmin())
|
||||
return CR_ACCESS_DENIED;
|
||||
|
|
Loading…
Reference in a new issue