mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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)
|
||||
|
||||
list(APPEND SOURCE
|
||||
system.c
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <devguid.h>
|
||||
#include <strsafe.h>
|
||||
#include <udmihelp.h>
|
||||
#include <dmilib.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
spec2def(sysdm.cpl sysdm.spec)
|
||||
|
||||
include_directories(
|
||||
${REACTOS_SOURCE_DIR}/sdk/lib/udmihelp
|
||||
${REACTOS_SOURCE_DIR}/sdk/lib/dmilib)
|
||||
${REACTOS_SOURCE_DIR}/sdk/lib/udmihelp)
|
||||
|
||||
list(APPEND SOURCE
|
||||
advanced.c
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
#include <strsafe.h>
|
||||
#include <udmihelp.h>
|
||||
#include <dmilib.h>
|
||||
|
||||
typedef struct GENERIC_NAME
|
||||
{
|
||||
|
|
|
@ -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…
Reference in a new issue