mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
advapi32: Remove an unused variable.
This commit is contained in:
parent
1c108d1acb
commit
8a1539ac98
1 changed files with 0 additions and 4 deletions
|
@ -45,10 +45,6 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(service);
|
||||
|
||||
static const WCHAR szServiceManagerKey[] = { 'S','y','s','t','e','m','\\',
|
||||
'C','u','r','r','e','n','t','C','o','n','t','r','o','l','S','e','t','\\',
|
||||
'S','e','r','v','i','c','e','s',0 };
|
||||
|
||||
void __RPC_FAR * __RPC_USER MIDL_user_allocate(SIZE_T len)
|
||||
{
|
||||
return HeapAlloc(GetProcessHeap(), 0, len);
|
||||
|
|
Loading…
Reference in a new issue