Commit 581a0e09 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

setupapi: Constify a variable.

parent eaa58a34
......@@ -3052,7 +3052,7 @@ struct PropertyMapEntry
LPCWSTR nameW;
};
static struct PropertyMapEntry PropertyMap[] = {
static const struct PropertyMapEntry PropertyMap[] = {
{ REG_SZ, "DeviceDesc", DeviceDesc },
{ REG_MULTI_SZ, "HardwareId", HardwareId },
{ REG_MULTI_SZ, "CompatibleIDs", CompatibleIDs },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment