setupapi: Constify a variable.
This commit is contained in:
parent
eaa58a34be
commit
581a0e091c
|
@ -3052,7 +3052,7 @@ struct PropertyMapEntry
|
||||||
LPCWSTR nameW;
|
LPCWSTR nameW;
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct PropertyMapEntry PropertyMap[] = {
|
static const struct PropertyMapEntry PropertyMap[] = {
|
||||||
{ REG_SZ, "DeviceDesc", DeviceDesc },
|
{ REG_SZ, "DeviceDesc", DeviceDesc },
|
||||||
{ REG_MULTI_SZ, "HardwareId", HardwareId },
|
{ REG_MULTI_SZ, "HardwareId", HardwareId },
|
||||||
{ REG_MULTI_SZ, "CompatibleIDs", CompatibleIDs },
|
{ REG_MULTI_SZ, "CompatibleIDs", CompatibleIDs },
|
||||||
|
|
Loading…
Reference in New Issue