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
b56102e9
Commit
b56102e9
authored
Mar 20, 2014
by
Vincent Povirk
Committed by
Alexandre Julliard
Mar 20, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tapi32: Stub lineOpenW.
parent
938529e1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
line.c
dlls/tapi32/line.c
+9
-0
tapi32.spec
dlls/tapi32/tapi32.spec
+1
-0
No files found.
dlls/tapi32/line.c
View file @
b56102e9
...
...
@@ -1268,6 +1268,15 @@ DWORD WINAPI lineNegotiateExtVersion(HLINEAPP hLineApp, DWORD dwDeviceID, DWORD
}
/***********************************************************************
* lineOpenW (TAPI32.@)
*/
DWORD
WINAPI
lineOpenW
(
HLINEAPP
hLineApp
,
DWORD
dwDeviceID
,
LPHLINE
lphLine
,
DWORD
dwAPIVersion
,
DWORD
dwExtVersion
,
DWORD
dwCallbackInstance
,
DWORD
dwPrivileges
,
DWORD
dwMediaModes
,
LPLINECALLPARAMS
lpCallParams
)
{
FIXME
(
"stub.
\n
"
);
return
0
;
}
/***********************************************************************
* lineOpen (TAPI32.@)
*/
DWORD
WINAPI
lineOpenA
(
HLINEAPP
hLineApp
,
DWORD
dwDeviceID
,
LPHLINE
lphLine
,
DWORD
dwAPIVersion
,
DWORD
dwExtVersion
,
DWORD
dwCallbackInstance
,
DWORD
dwPrivileges
,
DWORD
dwMediaModes
,
LPLINECALLPARAMS
lpCallParams
)
...
...
dlls/tapi32/tapi32.spec
View file @
b56102e9
...
...
@@ -83,6 +83,7 @@
@ stdcall lineNegotiateExtVersion(long long long long long ptr)
@ stdcall lineOpen(long long ptr long long long long long ptr) lineOpenA
@ stdcall lineOpenA(long long ptr long long long long long ptr)
@ stdcall lineOpenW(long long ptr long long long long long ptr)
@ stdcall linePark(long long str ptr) lineParkA
@ stdcall lineParkA(long long str ptr)
@ stdcall linePickup(long long ptr str str) linePickupA
...
...
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