mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
10 lines
147 B
C
10 lines
147 B
C
|
#ifndef _DMILIB_PCH_
|
||
|
#define _DMILIB_PCH_
|
||
|
|
||
|
#include <ntdef.h>
|
||
|
#include <wmidata.h>
|
||
|
#include "dmi.h"
|
||
|
#include "dmilib.h"
|
||
|
|
||
|
#endif /* _DMILIB_PCH_ */
|