mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
- Fix warnings
svn path=/trunk/; revision=16786
This commit is contained in:
parent
97ff2de432
commit
d6e5f3f636
1 changed files with 2 additions and 2 deletions
|
@ -592,7 +592,7 @@ static void MRU_SaveChanged ( LPWINEMRULIST mp )
|
|||
err);
|
||||
if ((err = RegCreateKeyExW( mp->extview.hKey, mp->extview.lpszSubKey,
|
||||
0,
|
||||
emptyW,
|
||||
(LPWSTR)emptyW,
|
||||
REG_OPTION_NON_VOLATILE,
|
||||
KEY_READ | KEY_WRITE,
|
||||
0,
|
||||
|
@ -973,7 +973,7 @@ static HANDLE CreateMRUListLazy_common(LPWINEMRULIST mp)
|
|||
/* open the sub key */
|
||||
if ((err = RegCreateKeyExW( mp->extview.hKey, mp->extview.lpszSubKey,
|
||||
0,
|
||||
emptyW,
|
||||
(LPWSTR)emptyW,
|
||||
REG_OPTION_NON_VOLATILE,
|
||||
KEY_READ | KEY_WRITE,
|
||||
0,
|
||||
|
|
Loading…
Reference in a new issue