mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
7 lines
99 B
C
7 lines
99 B
C
#ifndef _TDI_PCH_
|
|
#define _TDI_PCH_
|
|
|
|
#include <wdm.h>
|
|
#include <tdikrnl.h>
|
|
|
|
#endif /* _TDI_PCH_ */
|