setupapi: Fix return type.

This commit is contained in:
Juan Lang 2007-09-18 09:48:29 -07:00 committed by Alexandre Julliard
parent ae6f5616cb
commit 2e2fe9b9f7
1 changed files with 1 additions and 1 deletions

View File

@ -1029,7 +1029,7 @@ HDEVINFO WINAPI SetupDiGetClassDevsExW(
PVOID reserved)
{
FIXME("stub\n");
return FALSE;
return NULL;
}
/***********************************************************************