mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user