mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
4259aab7b0
CORE-5961
9 lines
139 B
C
9 lines
139 B
C
#ifndef _UDMIHELP_PCH_
|
|
#define _UDMIHELP_PCH_
|
|
|
|
#include <windows.h>
|
|
#include <dmilib.h>
|
|
#include "udmihelp.h"
|
|
|
|
#endif /* _UDMIHELP_PCH_ */
|