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
b07b9074
Commit
b07b9074
authored
Nov 24, 2022
by
Piotr Caban
Committed by
Alexandre Julliard
Nov 25, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
localspl: Remove unused OpenPortEx function pointers.
parent
3d62544f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
localmon.c
dlls/localspl/tests/localmon.c
+0
-3
No files found.
dlls/localspl/tests/localmon.c
View file @
b07b9074
...
...
@@ -48,8 +48,6 @@ static BOOL (WINAPI *pEnumPorts)(LPWSTR, DWORD, LPBYTE, DWORD, LPDWORD, LPDWORD
static
BOOL
(
WINAPI
*
pEnumPorts2
)(
HANDLE
,
LPWSTR
,
DWORD
,
LPBYTE
,
DWORD
,
LPDWORD
,
LPDWORD
);
static
BOOL
(
WINAPI
*
pOpenPort
)(
LPWSTR
,
PHANDLE
);
static
BOOL
(
WINAPI
*
pOpenPort2
)(
HANDLE
,
LPWSTR
,
PHANDLE
);
static
BOOL
(
WINAPI
*
pOpenPortEx
)(
LPWSTR
,
LPWSTR
,
PHANDLE
,
struct
_MONITOR
*
);
static
BOOL
(
WINAPI
*
pOpenPortEx2
)(
HANDLE
,
HANDLE
,
LPWSTR
,
LPWSTR
,
PHANDLE
,
struct
_MONITOR2
*
);
static
BOOL
(
WINAPI
*
pStartDocPort
)(
HANDLE
,
LPWSTR
,
DWORD
,
DWORD
,
LPBYTE
);
static
BOOL
(
WINAPI
*
pWritePort
)(
HANDLE
hPort
,
LPBYTE
,
DWORD
,
LPDWORD
);
static
BOOL
(
WINAPI
*
pReadPort
)(
HANDLE
hPort
,
LPBYTE
,
DWORD
,
LPDWORD
);
...
...
@@ -1559,7 +1557,6 @@ START_TEST(localmon)
GET_MONITOR_FUNC2
(
EnumPorts
);
GET_MONITOR_FUNC2
(
OpenPort
);
GET_MONITOR_FUNC2
(
OpenPortEx
);
GET_MONITOR_FUNC
(
StartDocPort
);
GET_MONITOR_FUNC
(
WritePort
);
GET_MONITOR_FUNC
(
ReadPort
);
...
...
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