mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
shdocvw: Make constants 'wszCLSID' and 'wszInitPropertyBag' static.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ee883ff659
commit
8d4bfa751d
1 changed files with 2 additions and 2 deletions
|
@ -361,8 +361,8 @@ HRESULT SHDOCVW_GetShellInstanceObjectClassObject(REFCLSID rclsid, REFIID riid,
|
|||
WCHAR wszInstanceKey[] = { 'C','L','S','I','D','\\','{','0','0','0','0','0','0','0','0','-',
|
||||
'0','0','0','0','-','0','0','0','0','-','0','0','0','0','-','0','0','0','0','0','0','0','0',
|
||||
'0','0','0','0','}','\\','I','n','s','t','a','n','c','e', 0 };
|
||||
const WCHAR wszCLSID[] = { 'C','L','S','I','D',0 };
|
||||
const WCHAR wszInitPropertyBag[] =
|
||||
static const WCHAR wszCLSID[] = { 'C','L','S','I','D',0 };
|
||||
static const WCHAR wszInitPropertyBag[] =
|
||||
{ 'I','n','i','t','P','r','o','p','e','r','t','y','B','a','g',0 };
|
||||
WCHAR wszCLSIDInstance[CHARS_IN_GUID];
|
||||
CLSID clsidInstance;
|
||||
|
|
Loading…
Reference in a new issue