Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
1ab9c9d8
Commit
1ab9c9d8
authored
Jun 16, 2017
by
André Hentschel
Committed by
Alexandre Julliard
Jun 19, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Fix EscapeCommFunction prototype.
Signed-off-by:
André Hentschel
<
nerv@dawncrow.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a77d957d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
comm.c
dlls/kernel32/comm.c
+1
-1
winbase.h
include/winbase.h
+1
-1
No files found.
dlls/kernel32/comm.c
View file @
1ab9c9d8
...
...
@@ -592,7 +592,7 @@ BOOL WINAPI ClearCommBreak(HANDLE handle)
* false if the device is not present cannot execute the command
* or the command failed.
*/
BOOL
WINAPI
EscapeCommFunction
(
HANDLE
handle
,
UINT
func
)
BOOL
WINAPI
EscapeCommFunction
(
HANDLE
handle
,
DWORD
func
)
{
DWORD
ioc
;
DWORD
dwBytesReturned
;
...
...
include/winbase.h
View file @
1ab9c9d8
...
...
@@ -1899,7 +1899,7 @@ WINBASEAPI BOOL WINAPI DosDateTimeToFileTime(WORD,WORD,LPFILETIME);
WINBASEAPI
BOOL
WINAPI
DuplicateHandle
(
HANDLE
,
HANDLE
,
HANDLE
,
HANDLE
*
,
DWORD
,
BOOL
,
DWORD
);
WINADVAPI
BOOL
WINAPI
DuplicateToken
(
HANDLE
,
SECURITY_IMPERSONATION_LEVEL
,
PHANDLE
);
WINADVAPI
BOOL
WINAPI
DuplicateTokenEx
(
HANDLE
,
DWORD
,
LPSECURITY_ATTRIBUTES
,
SECURITY_IMPERSONATION_LEVEL
,
TOKEN_TYPE
,
PHANDLE
);
WINBASEAPI
BOOL
WINAPI
EscapeCommFunction
(
HANDLE
,
UINT
);
WINBASEAPI
BOOL
WINAPI
EscapeCommFunction
(
HANDLE
,
DWORD
);
WINBASEAPI
void
*
WINAPI
EncodePointer
(
void
*
);
WINBASEAPI
void
*
WINAPI
EncodeSystemPointer
(
void
*
);
WINADVAPI
BOOL
WINAPI
EncryptFileA
(
LPCSTR
);
...
...
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