mirror of
https://github.com/reactos/reactos.git
synced 2026-06-06 21:51:53 +08: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:
committed by
Thomas Csovcsity
parent
a1c74056d1
commit
d472925c90
@@ -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);
|
||||
}
|
||||
|
||||
@@ -4,4 +4,4 @@ directories:
|
||||
files:
|
||||
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
|
||||
tags:
|
||||
wine: 07fdd5036ca40fd4f0475583b6e410192576d804
|
||||
wine: 495d9b5fb3ab5bab885f9fe80cd6952cc4bbca6c
|
||||
|
||||
Reference in New Issue
Block a user