mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user