mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 14:06:12 +00:00
0 -> FALSE for clarity
svn path=/trunk/; revision=27424
This commit is contained in:
parent
843b40c7ad
commit
f0124e6d34
1 changed files with 2 additions and 2 deletions
|
@ -504,7 +504,7 @@ GetServiceList(PMAIN_WND_INFO Info)
|
||||||
0, &BytesNeeded,
|
0, &BytesNeeded,
|
||||||
&NumServices,
|
&NumServices,
|
||||||
&ResumeHandle,
|
&ResumeHandle,
|
||||||
0) == 0)
|
0) == FALSE)
|
||||||
{
|
{
|
||||||
/* Call function again if required size was returned */
|
/* Call function again if required size was returned */
|
||||||
if (GetLastError() == ERROR_MORE_DATA)
|
if (GetLastError() == ERROR_MORE_DATA)
|
||||||
|
@ -527,7 +527,7 @@ GetServiceList(PMAIN_WND_INFO Info)
|
||||||
&BytesNeeded,
|
&BytesNeeded,
|
||||||
&NumServices,
|
&NumServices,
|
||||||
&ResumeHandle,
|
&ResumeHandle,
|
||||||
0) == 0)
|
0) == FALSE)
|
||||||
{
|
{
|
||||||
HeapFree(ProcessHeap,
|
HeapFree(ProcessHeap,
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue