mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:03:00 +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)
|
* PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
//
|
//
|
||||||
// Default size of the DbgPrint log buffer
|
// Default size of the DbgPrint log buffer
|
||||||
//
|
//
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue