mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +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>
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue