mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -2276,7 +2276,8 @@ static void test_save(void)
|
|||
{
|
||||
HWND wnd = NULL;
|
||||
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};
|
||||
LONG res;
|
||||
HKEY key;
|
||||
|
|
Loading…
Reference in a new issue