ole32: Remove a no longer used constant.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2015-12-29 17:51:47 +01:00
parent 072f34be73
commit 3c84cc1807
1 changed files with 0 additions and 5 deletions

View File

@ -120,11 +120,6 @@ static const WCHAR prop_oledroptarget[] =
static const WCHAR prop_marshalleddroptarget[] = 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}; {'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 }; static const WCHAR emptyW[] = { 0 };
/****************************************************************************** /******************************************************************************