- Ignore lpResult parameter

svn path=/trunk/; revision=39421
This commit is contained in:
Johannes Anderwald 2009-02-05 20:19:32 +00:00
parent e35599aa1e
commit d54988a73d

View file

@ -1055,7 +1055,7 @@ EnumServicesStatusA(SC_HANDLE hSCManager,
return FALSE; return FALSE;
} }
if (!pcbBytesNeeded || !lpServicesReturned || !lpResumeHandle) if (!pcbBytesNeeded || !lpServicesReturned)
{ {
SetLastError(ERROR_INVALID_ADDRESS); SetLastError(ERROR_INVALID_ADDRESS);
return FALSE; return FALSE;