[SDK] Add user-mode DMI/SMBIOS helper library

CORE-5961
This commit is contained in:
Stanislav Motylkov 2018-07-31 18:48:32 +03:00 committed by Hermès BÉLUSCA - MAÏTO
parent 22e86add33
commit 4259aab7b0
5 changed files with 226 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#ifndef _UDMIHELP_PCH_
#define _UDMIHELP_PCH_
#include <windows.h>
#include <dmilib.h>
#include "udmihelp.h"
#endif /* _UDMIHELP_PCH_ */