Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
13574d91
Commit
13574d91
authored
Jun 21, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated the AUTHORS list and converted it to utf-8.
parent
fb7afa42
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
111 additions
and
33 deletions
+111
-33
AUTHORS
AUTHORS
+109
-31
shell32_main.c
dlls/shell32/shell32_main.c
+2
-2
No files found.
AUTHORS
View file @
13574d91
This diff is collapsed.
Click to expand it.
dlls/shell32/shell32_main.c
View file @
13574d91
...
...
@@ -963,8 +963,8 @@ INT_PTR CALLBACK AboutDlgProc( HWND hWnd, UINT msg, WPARAM wParam,
while
(
*
pstr
)
{
WCHAR
name
[
64
];
/* authors list is in
iso-8859-1
format */
MultiByteToWideChar
(
28591
,
0
,
*
pstr
,
-
1
,
name
,
sizeof
(
name
)
/
sizeof
(
WCHAR
)
);
/* authors list is in
utf-8
format */
MultiByteToWideChar
(
CP_UTF8
,
0
,
*
pstr
,
-
1
,
name
,
sizeof
(
name
)
/
sizeof
(
WCHAR
)
);
SendMessageW
(
hWndCtl
,
LB_ADDSTRING
,
(
WPARAM
)
-
1
,
(
LPARAM
)
name
);
pstr
++
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment