[ros-dev] [ros-diffs] [hbelusca] 71339: [NTOS][NDK][RTL]: Move the SEM_xxx flags and their corresponding RTL flags around so that they can be accessed in kernel code. I'll need them soon.

Alex Ionescu ionucu at videotron.ca
Tue May 17 18:00:16 UTC 2016


On Mon, May 16, 2016 at 12:40 AM,  <hbelusca at 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



More information about the Ros-dev mailing list