mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[CPORTLIB]
Add a #pragma once directive to forbid multiple inclusions of the same header. [NTOSKRNL:KD64] Code formatting only svn path=/trunk/; revision=58805
This commit is contained in:
parent
32d3d39193
commit
e214308f84
2 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@
|
|||
|
||||
/* INCLUDES *******************************************************************/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <ntdef.h>
|
||||
|
||||
//
|
||||
|
|
|
@ -366,7 +366,7 @@ KdInitSystem(IN ULONG BootPhase,
|
|||
}
|
||||
}
|
||||
|
||||
/* Check for incoming breakin and break on symbol load if we have it*/
|
||||
/* Check for incoming breakin and break on symbol load if we have it */
|
||||
KdBreakAfterSymbolLoad = KdPollBreakIn();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue