setupapi: Constify a variable.

This commit is contained in:
Andrew Talbot 2008-06-19 22:52:02 +01:00 committed by Alexandre Julliard
parent eaa58a34be
commit 581a0e091c
1 changed files with 1 additions and 1 deletions

View File

@ -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 },