mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:56: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);
|
||||
}
|
||||
|
|
|
@ -4,4 +4,4 @@ directories:
|
|||
files:
|
||||
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
|
||||
tags:
|
||||
wine: 07fdd5036ca40fd4f0475583b6e410192576d804
|
||||
wine: 495d9b5fb3ab5bab885f9fe80cd6952cc4bbca6c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue