[WINESYNC] reg: Use 'argvW' array naming in export.c.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id d37375e47033f92375ec4a431b5c3c2f28dd5829 by Hugh McMaster <hugh.mcmaster@outlook.com>

manual adjustment needed
This commit is contained in:
winesync 2022-01-16 20:31:21 +01:00 committed by Thomas Csovcsity
parent b4d8b76a2f
commit fb4f651902
3 changed files with 7 additions and 7 deletions

View file

@ -53,7 +53,7 @@ int reg_delete(HKEY root, WCHAR *path, WCHAR *key_name, WCHAR *value_name,
BOOL value_empty, BOOL value_all, BOOL force);
/* export.c */
int reg_export(int argc, WCHAR *argv[]);
int reg_export(int argc, WCHAR *argvW[]);
/* import.c */
int reg_import(int argc, WCHAR *argvW[]);