mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:46:38 +00:00
[DRWTSN32] Add SMBIOS data to the system information (#1017)
[DMILIB][UDMIHELP] Allow functions to be linked with C++ code.
This commit is contained in:
parent
d897e271a2
commit
baf2c0cc2d
4 changed files with 53 additions and 4 deletions
|
@ -5,7 +5,14 @@
|
|||
* COPYRIGHT: Copyright 2018 Stanislav Motylkov
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#ifndef UDMIHELP_H
|
||||
#define UDMIHELP_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <../dmilib/dmilib.h>
|
||||
|
||||
PVOID
|
||||
LoadSMBiosData(
|
||||
|
@ -25,3 +32,9 @@ GetSMBiosStringW(
|
|||
VOID
|
||||
FreeSMBiosData(
|
||||
_In_ PVOID Buffer);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
||||
#endif /* UDMIHELP_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue