mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[SYSDM][DXDIAG][SYSTEMINFO] Include only one user-mode DMI library (#1054)
Include only one user-mode DMI library. Addendum to baf2c0c
.
This commit is contained in:
parent
baf2c0cc2d
commit
c1195f5300
6 changed files with 3 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
|||
|
||||
include_directories(
|
||||
${REACTOS_SOURCE_DIR}/sdk/lib/udmihelp
|
||||
${REACTOS_SOURCE_DIR}/sdk/lib/dmilib)
|
||||
${REACTOS_SOURCE_DIR}/sdk/lib/udmihelp)
|
||||
|
||||
add_executable(systeminfo systeminfo.c systeminfo.rc)
|
||||
set_module_type(systeminfo win32cui)
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include <iphlpapi.h>
|
||||
#include <winsock2.h>
|
||||
#include <udmihelp.h>
|
||||
#include <dmilib.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue