[NTOS:SE] Minor style changes.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 25 Jun 2018 14:03:40 +0000 (16:03 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 27 Jun 2018 21:40:15 +0000 (23:40 +0200)
commitf61694cfbb6ba189cf47485e7888a8968d811c88
tree5a6c9accd043fd7ad6c3e8bf4115620ae3c9e82d
parent986bf4c407954cb95fa4260347e347cf9c4ad19b
[NTOS:SE] Minor style changes.

- Use TRUE/FALSE instead of 1/0 for booleans.
- Use NULL instead of 0 for null pointers.
- Print 0x prefix for hex values in DPRINTs.
- Use new annotations for SepCreateToken() and SepDuplicateToken().
ntoskrnl/include/internal/se.h
ntoskrnl/se/token.c