On Mon, May 16, 2016 at 12:40 AM, <hbelusca(a)svn.reactos.org> wrote:
> +//
> +// Thread Error Mode Flags
> +//
> +/* Also defined in psdk/winbase.h */
> +#define SEM_FAILCRITICALERRORS 0x0001
> +#define SEM_NOGPFAULTERRORBOX 0x0002
> +#define SEM_NOALIGNMENTFAULTEXCEPT 0x0004
> +#define SEM_NOOPENFILEERRORBOX 0x8000
Hermes, you consistently ignore the formatting rules of other people's
code/project. Please correctly format the NDK flags instead of just
copy-pasting.
Best regards,
Alex Ionescu
On Mon, May 16, 2016 at 12:23 AM, <hbelusca(a)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
So, guys, ...
We are yet again subject to a spam attack on the forums AND in the wiki (since yesterday for the latter), but nothing was done yet !!
https://reactos.org/forum/https://reactos.org/wiki/Special:RecentChanges
For the wiki, the abuse filter hasn't blocked everything !!
Regards,
Hermès
Dear ReactOS
I am zhu48 from the GSoC, on the network driver project. I'm sorry I am
sending this email out so late after the start of the official bonding
period. I am going into finals week and I had some trouble getting the
mailing list to work.
Hello everybody!
Zuodian Hu