mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[NTOS] Add some header guards.
This commit is contained in:
parent
f461c451a1
commit
24f35397c6
3 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,8 @@
|
|||
* PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org)
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
//
|
||||
// Default size of the DbgPrint log buffer
|
||||
//
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
* PROGRAMMERS: ReactOS Portable Systems Group
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#define MI_LOWEST_VAD_ADDRESS (PVOID)MM_LOWEST_USER_ADDRESS
|
||||
|
||||
/* Make the code cleaner with some definitions for size multiples */
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* PROGRAMMERS: ReactOS Portable Systems Group
|
||||
*/
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* This is the glue code for the Memory Manager version of AVL Trees that is used
|
||||
|
|
Loading…
Reference in a new issue