mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +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;
|
LPWSTR lpDevInst;
|
||||||
CONFIGRET ret;
|
CONFIGRET ret;
|
||||||
|
|
||||||
FIXME("%p %lx %p\n", dnDevInst, ulFlags, hMachine);
|
TRACE("%p %lx %p\n", dnDevInst, ulFlags, hMachine);
|
||||||
|
|
||||||
if (!IsUserAdmin())
|
if (!IsUserAdmin())
|
||||||
return CR_ACCESS_DENIED;
|
return CR_ACCESS_DENIED;
|
||||||
|
|
Loading…
Reference in a new issue