* Add header guards to the main header.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62021
This commit is contained in:
Amine Khaldi 2014-02-07 16:54:11 +00:00
parent 876906d09a
commit 4b0e4bc515

View file

@ -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_ */