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
14f03e84
Commit
14f03e84
authored
Jul 03, 2021
by
Esdras Tarsis
Committed by
Alexandre Julliard
Jul 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bthprops.cpl: Add BluetoothFindNextRadio stub.
For GangV Battle Royale. Signed-off-by:
Esdras Tarsis
<
esdrastarsis@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2f05dd07
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
bthprops.cpl.spec
dlls/bthprops.cpl/bthprops.cpl.spec
+1
-1
main.c
dlls/bthprops.cpl/main.c
+10
-0
irprops.cpl.spec
dlls/irprops.cpl/irprops.cpl.spec
+1
-1
No files found.
dlls/bthprops.cpl/bthprops.cpl.spec
View file @
14f03e84
...
...
@@ -27,7 +27,7 @@
@ stub BluetoothFindNextProfileDescriptor
@ stub BluetoothFindNextProtocolDescriptorStack
@ stub BluetoothFindNextProtocolEntry
@ st
ub BluetoothFindNextRadio
@ st
dcall BluetoothFindNextRadio(ptr ptr)
@ stub BluetoothFindNextService
@ stub BluetoothFindProfileDescriptorClose
@ stub BluetoothFindProtocolDescriptorStackClose
...
...
dlls/bthprops.cpl/main.c
View file @
14f03e84
...
...
@@ -70,3 +70,13 @@ BOOL WINAPI BluetoothFindDeviceClose(HBLUETOOTH_DEVICE_FIND find)
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
FALSE
;
}
/*********************************************************************
* BluetoothFindNextRadio
*/
BOOL
WINAPI
BluetoothFindNextRadio
(
HBLUETOOTH_RADIO_FIND
find
,
HANDLE
*
radio
)
{
FIXME
(
"(%p, %p): stub!
\n
"
,
find
,
radio
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
FALSE
;
}
dlls/irprops.cpl/irprops.cpl.spec
View file @
14f03e84
...
...
@@ -23,7 +23,7 @@
@ stub BluetoothFindNextProfileDescriptor
@ stub BluetoothFindNextProtocolDescriptorStack
@ stub BluetoothFindNextProtocolEntry
@ st
ub
BluetoothFindNextRadio
@ st
dcall BluetoothFindNextRadio(ptr ptr) bthprops.cpl.
BluetoothFindNextRadio
@ stub BluetoothFindNextService
@ stub BluetoothFindProfileDescriptorClose
@ stub BluetoothFindProtocolDescriptorStackClose
...
...
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