mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[WINESYNC] reg: Avoid non-portable Unicode character.
Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 495d9b5fb3ab5bab885f9fe80cd6952cc4bbca6c by Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a1c74056d1
commit
d472925c90
2 changed files with 2 additions and 2 deletions
|
@ -301,7 +301,7 @@ static int export_registry_data(HANDLE hFile, HKEY key, WCHAR *path)
|
|||
|
||||
static void export_file_header(HANDLE hFile)
|
||||
{
|
||||
static const WCHAR *header = L"\uFEFFWindows Registry Editor Version 5.00\r\n";
|
||||
static const WCHAR header[] = L"\xFEFFWindows Registry Editor Version 5.00\r\n";
|
||||
|
||||
write_file(hFile, header);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue