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
dff43b73
Commit
dff43b73
authored
Jan 01, 2007
by
Reinhard Karcher
Committed by
Alexandre Julliard
Jan 03, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Speed improvement for 16bit comm support.
parent
64c1c017
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
comm16.c
dlls/user32/comm16.c
+2
-3
No files found.
dlls/user32/comm16.c
View file @
dff43b73
...
...
@@ -719,9 +719,8 @@ INT16 WINAPI GetCommError16(INT16 cid,LPCOMSTAT16 lpStat)
stol
=
(
unsigned
char
*
)
COM
[
cid
].
unknown
+
COMM_MSR_OFFSET
;
COMM_MSRUpdate
(
ptr
->
handle
,
stol
);
if
(
lpStat
)
{
lpStat
->
status
=
0
;
if
(
lpStat
)
{
lpStat
->
status
=
0
;
SleepEx
(
1
,
TRUE
);
lpStat
->
cbOutQue
=
comm_outbuf
(
ptr
);
...
...
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