mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26: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:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user