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

Filip Navara xnavara at volny.cz
Tue Jan 25 00:00:51 CET 2005


hbirr at svn.reactos.com wrote:

>-        if(!NT_SUCCESS(Status))
>  
>
>+        if(!NT_SUCCESS(Status) || STATUS_TIMEOUT)
>  
>
Shouldn't this be "|| Status == STATUS_TIMEOUT" ?


More information about the Ros-dev mailing list