mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +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
|
@ -6,7 +6,8 @@
|
|||
* PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org)
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#ifndef DMILIB_H
|
||||
#define DMILIB_H
|
||||
|
||||
enum _ID_STRINGS
|
||||
{
|
||||
|
@ -34,3 +35,5 @@ ParseSMBiosTables(
|
|||
_In_reads_bytes_(TableSize) PVOID SMBiosTables,
|
||||
_In_ ULONG TableSize,
|
||||
_Inout_updates_(ID_STRINGS_MAX) PCHAR * Strings);
|
||||
|
||||
#endif /* DMILIB_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue