hbirr@svn.reactos.com wrote:
if(!NT_SUCCESS(Status))
if(!NT_SUCCESS(Status) || STATUS_TIMEOUT)
Shouldn't this be "|| Status == STATUS_TIMEOUT" ?
Filip Navara schrieb:
hbirr@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@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
I had problems to commit this file. After deleting and updating I've inserted the wrong code again. I will fix this.
What were the problems? Was it due to a merge conflict? If so, it is needed to use "svn resolved" on the file to resolve the conflicted state.
Casper