On Mon, May 16, 2016 at 12:23 AM, hbelusca@svn.reactos.org wrote:
if ((!ExReadyForErrors) && (NT_ERROR(ErrorStatus)))
if (!ExReadyForErrors && NT_ERROR(ErrorStatus))
Let's not start this again. Our coding conventions (and good programming practice) is to have every conditional in its own paren blob.
Best regards, Alex Ionescu