wineboot: Make runkeys_names global variable static.

This commit is contained in:
Frédéric Delanoy 2011-11-18 01:11:36 +01:00 committed by Alexandre Julliard
parent 67181743a6
commit 52000a7748

View file

@ -574,7 +574,7 @@ enum runkeys {
RUNKEY_RUN, RUNKEY_RUNONCE, RUNKEY_RUNSERVICES, RUNKEY_RUNSERVICESONCE RUNKEY_RUN, RUNKEY_RUNONCE, RUNKEY_RUNSERVICES, RUNKEY_RUNSERVICESONCE
}; };
const WCHAR runkeys_names[][30]= static const WCHAR runkeys_names[][30]=
{ {
{'R','u','n',0}, {'R','u','n',0},
{'R','u','n','O','n','c','e',0}, {'R','u','n','O','n','c','e',0},