tools: Add setupapi and cfgmgr to synchronize spec files automatically.
This commit is contained in:
parent
c6e38bfee6
commit
6d9e2d7fac
|
@ -102,6 +102,10 @@ my @dll_groups =
|
||||||
"xinput1_1",
|
"xinput1_1",
|
||||||
"xinput9_1_0",
|
"xinput9_1_0",
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"setupapi",
|
||||||
|
"cfgmgr32",
|
||||||
|
],
|
||||||
);
|
);
|
||||||
|
|
||||||
my $update_flags = 0;
|
my $update_flags = 0;
|
||||||
|
|
Loading…
Reference in New Issue