mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:22:58 +00:00
[SDK] Add user-mode DMI/SMBIOS helper library
CORE-5961
This commit is contained in:
parent
22e86add33
commit
4259aab7b0
5 changed files with 226 additions and 0 deletions
8
sdk/lib/udmihelp/precomp.h
Normal file
8
sdk/lib/udmihelp/precomp.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef _UDMIHELP_PCH_
|
||||
#define _UDMIHELP_PCH_
|
||||
|
||||
#include <windows.h>
|
||||
#include <dmilib.h>
|
||||
#include "udmihelp.h"
|
||||
|
||||
#endif /* _UDMIHELP_PCH_ */
|
Loading…
Add table
Add a link
Reference in a new issue