mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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_ */
|