Commit 2e2fe9b9 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

setupapi: Fix return type.

parent ae6f5616
......@@ -1029,7 +1029,7 @@ HDEVINFO WINAPI SetupDiGetClassDevsExW(
PVOID reserved)
{
FIXME("stub\n");
return FALSE;
return NULL;
}
/***********************************************************************
......
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