[ros-dev] Re: [ros-diffs] [hbirr] 13257: - Interpret STATUS_TIMEOUT as error in PsLockProcess.

Hartmut Birr hartmut.birr at gmx.de
Tue Jan 25 00:15:21 CET 2005


Filip Navara schrieb:

> hbirr at svn.reactos.com wrote:
>
>> -        if(!NT_SUCCESS(Status))
>>  
>>
>> +        if(!NT_SUCCESS(Status) || STATUS_TIMEOUT)
>>  
>>
> Shouldn't this be "|| Status == STATUS_TIMEOUT" ?
> _______________________________________________
> Ros-dev mailing list
> Ros-dev at reactos.com
> http://reactos.com:8080/mailman/listinfo/ros-dev
>
>
Ups..
I had problems to commit this file. After deleting and updating I've 
inserted the wrong code again. I will fix this.

- Hartmut


More information about the Ros-dev mailing list