mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[TDI]
* Add header guards to the main header. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=62021
This commit is contained in:
parent
876906d09a
commit
4b0e4bc515
1 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
#include <ntddk.h>
|
||||
#ifndef _TDI_PCH_
|
||||
#define _TDI_PCH_
|
||||
|
||||
#include <wdm.h>
|
||||
#include <tdikrnl.h>
|
||||
#include <tdi.h>
|
||||
|
||||
#endif /* _TDI_PCH_ */
|
||||
|
|
Loading…
Reference in a new issue