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
51198f8e
Commit
51198f8e
authored
May 09, 2005
by
Andreas Mohr
Committed by
Alexandre Julliard
May 09, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for CommConfigDialog*() hwnd argument.
parent
64a44a45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
comm.c
dlls/kernel/comm.c
+2
-2
winbase.h
include/winbase.h
+2
-2
No files found.
dlls/kernel/comm.c
View file @
51198f8e
...
...
@@ -2124,7 +2124,7 @@ static WCHAR lpszSerialUI[] = {
*/
BOOL
WINAPI
CommConfigDialogA
(
LPCSTR
lpszDevice
,
/* [in] name of communications device */
H
ANDLE
hWnd
,
/* [in] parent window for the dialog */
H
WND
hWnd
,
/* [in] parent window for the dialog */
LPCOMMCONFIG
lpCommConfig
)
/* [out] pointer to struct to fill */
{
FARPROC
lpfnCommDialog
;
...
...
@@ -2154,7 +2154,7 @@ BOOL WINAPI CommConfigDialogA(
*/
BOOL
WINAPI
CommConfigDialogW
(
LPCWSTR
lpszDevice
,
/* [in] name of communications device */
H
ANDLE
hWnd
,
/* [in] parent window for the dialog */
H
WND
hWnd
,
/* [in] parent window for the dialog */
LPCOMMCONFIG
lpCommConfig
)
/* [out] pointer to struct to fill */
{
FARPROC
lpfnCommDialog
;
...
...
include/winbase.h
View file @
51198f8e
...
...
@@ -1222,8 +1222,8 @@ BOOL WINAPI ClearEventLogW(HANDLE,LPCWSTR);
#define ClearEventLog WINELIB_NAME_AW(ClearEventLog)
BOOL
WINAPI
CloseEventLog
(
HANDLE
);
BOOL
WINAPI
CloseHandle
(
HANDLE
);
BOOL
WINAPI
CommConfigDialogA
(
LPCSTR
,
H
ANDLE
,
LPCOMMCONFIG
);
BOOL
WINAPI
CommConfigDialogW
(
LPCWSTR
,
H
ANDLE
,
LPCOMMCONFIG
);
BOOL
WINAPI
CommConfigDialogA
(
LPCSTR
,
H
WND
,
LPCOMMCONFIG
);
BOOL
WINAPI
CommConfigDialogW
(
LPCWSTR
,
H
WND
,
LPCOMMCONFIG
);
#define CommConfigDialog WINELIB_NAME_AW(CommConfigDialog)
BOOL
WINAPI
ConnectNamedPipe
(
HANDLE
,
LPOVERLAPPED
);
BOOL
WINAPI
ContinueDebugEvent
(
DWORD
,
DWORD
,
DWORD
);
...
...
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