ole32: Remove a no longer used constant.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
072f34be73
commit
3c84cc1807
|
@ -120,11 +120,6 @@ static const WCHAR prop_oledroptarget[] =
|
|||
static const WCHAR prop_marshalleddroptarget[] =
|
||||
{'W','i','n','e','M','a','r','s','h','a','l','l','e','d','D','r','o','p','T','a','r','g','e','t',0};
|
||||
|
||||
static const WCHAR clsidfmtW[] =
|
||||
{'C','L','S','I','D','\\','{','%','0','8','x','-','%','0','4','x','-','%','0','4','x','-',
|
||||
'%','0','2','x','%','0','2','x','-','%','0','2','x','%','0','2','x','%','0','2','x','%','0','2','x',
|
||||
'%','0','2','x','%','0','2','x','}','\\',0};
|
||||
|
||||
static const WCHAR emptyW[] = { 0 };
|
||||
|
||||
/******************************************************************************
|
||||
|
|
Loading…
Reference in New Issue