[NTOS] Add some header guards.

This commit is contained in:
Amine Khaldi 2017-12-12 12:42:13 +01:00
parent f461c451a1
commit 24f35397c6
3 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,8 @@
* PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org)
*/ */
#pragma once
// //
// Default size of the DbgPrint log buffer // Default size of the DbgPrint log buffer
// //

View file

@ -6,6 +6,8 @@
* PROGRAMMERS: ReactOS Portable Systems Group * PROGRAMMERS: ReactOS Portable Systems Group
*/ */
#pragma once
#define MI_LOWEST_VAD_ADDRESS (PVOID)MM_LOWEST_USER_ADDRESS #define MI_LOWEST_VAD_ADDRESS (PVOID)MM_LOWEST_USER_ADDRESS
/* Make the code cleaner with some definitions for size multiples */ /* Make the code cleaner with some definitions for size multiples */

View file

@ -6,7 +6,7 @@
* PROGRAMMERS: ReactOS Portable Systems Group * PROGRAMMERS: ReactOS Portable Systems Group
*/ */
/* INCLUDES ******************************************************************/ #pragma once
/* /*
* This is the glue code for the Memory Manager version of AVL Trees that is used * This is the glue code for the Memory Manager version of AVL Trees that is used