Commit 216ab7d4 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

setupapi: Remove a misleading fixme.

parent 8e8f8401
......@@ -796,8 +796,6 @@ BOOL WINAPI SetupDiClassGuidsFromNameExA(
LPWSTR MachineNameW = NULL;
BOOL bResult;
FIXME("\n");
ClassNameW = MultiByteToUnicode(ClassName, CP_ACP);
if (ClassNameW == NULL)
return FALSE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment