setupapi: Fix return type.
This commit is contained in:
parent
ae6f5616cb
commit
2e2fe9b9f7
|
@ -1029,7 +1029,7 @@ HDEVINFO WINAPI SetupDiGetClassDevsExW(
|
|||
PVOID reserved)
|
||||
{
|
||||
FIXME("stub\n");
|
||||
return FALSE;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
|
Loading…
Reference in New Issue