comctl32/tests: Move the WineTest subkey in toolbar.c into HKEY_CURRENT_USER\Software\Wine.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fc68269a52
commit
6797ee0abf
|
@ -2276,7 +2276,8 @@ static void test_save(void)
|
||||||
{
|
{
|
||||||
HWND wnd = NULL;
|
HWND wnd = NULL;
|
||||||
TBSAVEPARAMSW params;
|
TBSAVEPARAMSW params;
|
||||||
static const WCHAR subkey[] = {'S','o','f','t','w','a','r','e','\\','W','i','n','e','T','e','s','t',0};
|
static const WCHAR subkey[] = {'S','o','f','t','w','a','r','e','\\','W','i','n','e','\\',
|
||||||
|
'W','i','n','e','T','e','s','t',0};
|
||||||
static const WCHAR value[] = {'t','o','o','l','b','a','r','t','e','s','t',0};
|
static const WCHAR value[] = {'t','o','o','l','b','a','r','t','e','s','t',0};
|
||||||
LONG res;
|
LONG res;
|
||||||
HKEY key;
|
HKEY key;
|
||||||
|
|
Loading…
Reference in New Issue