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
411e4556
Commit
411e4556
authored
Dec 05, 2000
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Dec 05, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed the code duplication.
parent
0b0ccb83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
winproc.c
windows/winproc.c
+1
-9
No files found.
windows/winproc.c
View file @
411e4556
...
@@ -1440,15 +1440,6 @@ INT WINPROC_MapMsg16To32W( HWND16 hwnd, UINT16 msg16, WPARAM16 wParam16, UINT *p
...
@@ -1440,15 +1440,6 @@ INT WINPROC_MapMsg16To32W( HWND16 hwnd, UINT16 msg16, WPARAM16 wParam16, UINT *p
}
}
return
1
;
return
1
;
case
EM_SETPASSWORDCHAR16
:
{
char
ch
=
wParam16
;
WCHAR
wch
;
MultiByteToWideChar
(
CP_ACP
,
0
,
&
ch
,
1
,
&
wch
,
1
);
*
pwparam32
=
wch
;
}
return
0
;
case
WM_GETTEXT
:
case
WM_GETTEXT
:
case
WM_SETTEXT
:
case
WM_SETTEXT
:
*
plparam
=
(
LPARAM
)
PTR_SEG_TO_LIN
(
*
plparam
);
*
plparam
=
(
LPARAM
)
PTR_SEG_TO_LIN
(
*
plparam
);
...
@@ -1521,6 +1512,7 @@ INT WINPROC_MapMsg16To32W( HWND16 hwnd, UINT16 msg16, WPARAM16 wParam16, UINT *p
...
@@ -1521,6 +1512,7 @@ INT WINPROC_MapMsg16To32W( HWND16 hwnd, UINT16 msg16, WPARAM16 wParam16, UINT *p
case
WM_DEADCHAR
:
case
WM_DEADCHAR
:
case
WM_SYSCHAR
:
case
WM_SYSCHAR
:
case
WM_SYSDEADCHAR
:
case
WM_SYSDEADCHAR
:
case
EM_SETPASSWORDCHAR16
:
{
{
char
ch
=
wParam16
;
char
ch
=
wParam16
;
WCHAR
wch
;
WCHAR
wch
;
...
...
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