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
7547d4de
Commit
7547d4de
authored
Jan 05, 2000
by
Marcus Meissner
Committed by
Alexandre Julliard
Jan 05, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some comm clean up, much more error messages, only use TIOCOUTQ if
defined [wine-bugs/104], tried implementing SetCommTimeouts.
parent
7458be02
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
86 additions
and
38 deletions
+86
-38
winbase.h
include/winbase.h
+2
-3
comm.c
misc/comm.c
+84
-35
No files found.
include/winbase.h
View file @
7547d4de
...
...
@@ -4,7 +4,6 @@
#include "basetsd.h"
#include "winnt.h"
#include "wine/winestring.h"
#include "pshpack1.h"
...
...
@@ -1096,8 +1095,8 @@ BOOL WINAPI BuildCommDCBW(LPCWSTR,LPDCB);
BOOL
WINAPI
BuildCommDCBAndTimeoutsA
(
LPCSTR
,
LPDCB
,
LPCOMMTIMEOUTS
);
BOOL
WINAPI
BuildCommDCBAndTimeoutsW
(
LPCWSTR
,
LPDCB
,
LPCOMMTIMEOUTS
);
#define BuildCommDCBAndTimeouts WINELIB_NAME_AW(BuildCommDCBAndTimeouts)
BOOL
WINAPI
GetCommTimeouts
(
INT
,
LPCOMMTIMEOUTS
);
BOOL
WINAPI
SetCommTimeouts
(
INT
,
LPCOMMTIMEOUTS
);
BOOL
WINAPI
GetCommTimeouts
(
HANDLE
,
LPCOMMTIMEOUTS
);
BOOL
WINAPI
SetCommTimeouts
(
HANDLE
,
LPCOMMTIMEOUTS
);
BOOL
WINAPI
GetCommState
(
INT
,
LPDCB
);
BOOL
WINAPI
SetCommState
(
INT
,
LPDCB
);
BOOL
WINAPI
TransmitCommChar
(
INT
,
CHAR
);
...
...
misc/comm.c
View file @
7547d4de
This diff is collapsed.
Click to expand it.
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