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
a700b620
Commit
a700b620
authored
Feb 18, 2023
by
Mohamad Al-Jaf
Committed by
Alexandre Julliard
Feb 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bthprops.cpl: Move implementations to bluetoothapis and import them.
parent
e5b1ddea
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
31 additions
and
28 deletions
+31
-28
Makefile.in
dlls/bluetoothapis/Makefile.in
+4
-0
bluetoothapis.spec
dlls/bluetoothapis/bluetoothapis.spec
+7
-7
main.c
dlls/bluetoothapis/main.c
+2
-2
Makefile.in
dlls/bthprops.cpl/Makefile.in
+2
-4
bthprops.cpl.spec
dlls/bthprops.cpl/bthprops.cpl.spec
+7
-7
Makefile.in
dlls/irprops.cpl/Makefile.in
+2
-1
irprops.cpl.spec
dlls/irprops.cpl/irprops.cpl.spec
+7
-7
No files found.
dlls/bluetoothapis/Makefile.in
View file @
a700b620
MODULE
=
bluetoothapis.dll
IMPORTLIB
=
bluetoothapis
EXTRADLLFLAGS
=
-Wb
,--prefer-native
C_SRCS
=
\
main.c
dlls/bluetoothapis/bluetoothapis.spec
View file @
a700b620
...
...
@@ -7,28 +7,28 @@
@ stub BluetoothEnumerateLocalServices
@ stub BluetoothFindBrowseGroupClose
@ stub BluetoothFindClassIdClose
@ st
ub BluetoothFindDeviceClose
@ st
dcall BluetoothFindDeviceClose(ptr)
@ stub BluetoothFindFirstBrowseGroup
@ stub BluetoothFindFirstClassId
@ st
ub BluetoothFindFirstDevice
@ st
dcall BluetoothFindFirstDevice(ptr ptr)
@ stub BluetoothFindFirstProfileDescriptor
@ stub BluetoothFindFirstProtocolDescriptorStack
@ stub BluetoothFindFirstProtocolEntry
@ st
ub BluetoothFindFirstRadio
@ st
dcall BluetoothFindFirstRadio(ptr ptr)
@ stub BluetoothFindFirstService
@ stub BluetoothFindFirstServiceEx
@ stub BluetoothFindNextBrowseGroup
@ stub BluetoothFindNextClassId
@ st
ub BluetoothFindNextDevice
@ st
dcall BluetoothFindNextDevice(ptr ptr)
@ stub BluetoothFindNextProfileDescriptor
@ stub BluetoothFindNextProtocolDescriptorStack
@ stub BluetoothFindNextProtocolEntry
@ st
ub BluetoothFindNextRadio
@ st
dcall BluetoothFindNextRadio(ptr ptr)
@ stub BluetoothFindNextService
@ stub BluetoothFindProfileDescriptorClose
@ stub BluetoothFindProtocolDescriptorStackClose
@ stub BluetoothFindProtocolEntryClose
@ st
ub BluetoothFindRadioClose
@ st
dcall BluetoothFindRadioClose(ptr)
@ stub BluetoothFindServiceClose
@ stub BluetoothGATTAbortReliableWrite
@ stub BluetoothGATTBeginReliableWrite
...
...
@@ -45,7 +45,7 @@
@ stub BluetoothGATTUnregisterEvent
@ stub BluetoothGetDeviceInfo
@ stub BluetoothGetLocalServiceInfo
@ st
ub BluetoothGetRadioInfo
@ st
dcall BluetoothGetRadioInfo(ptr ptr)
@ stub BluetoothGetServicePnpInstance
@ stub BluetoothIsConnectable
@ stub BluetoothIsDiscoverable
...
...
dlls/b
thprops.cpl
/main.c
→
dlls/b
luetoothapis
/main.c
View file @
a700b620
/*
* Bluetooth
properties control panel
* Bluetooth
APIs
*
* Copyright 2016 Austin English
*
...
...
@@ -27,7 +27,7 @@
#include "bthsdpdef.h"
#include "bluetoothapis.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
b
thpropscpl
);
WINE_DEFAULT_DEBUG_CHANNEL
(
b
luetoothapis
);
/*********************************************************************
* BluetoothFindFirstDevice
...
...
dlls/bthprops.cpl/Makefile.in
View file @
a700b620
MODULE
=
bthprops.cpl
C_SRCS
=
\
main.c
MODULE
=
bthprops.cpl
IMPORTS
=
bluetoothapis
dlls/bthprops.cpl/bthprops.cpl.spec
View file @
a700b620
...
...
@@ -11,31 +11,31 @@
@ stub BluetoothEnumerateInstalledServicesEx
@ stub BluetoothFindBrowseGroupClose
@ stub BluetoothFindClassIdClose
@ stdcall BluetoothFindDeviceClose(ptr)
@ stdcall
-import
BluetoothFindDeviceClose(ptr)
@ stub BluetoothFindFirstBrowseGroup
@ stub BluetoothFindFirstClassId
@ stdcall BluetoothFindFirstDevice(ptr ptr)
@ stdcall
-import
BluetoothFindFirstDevice(ptr ptr)
@ stub BluetoothFindFirstProfileDescriptor
@ stub BluetoothFindFirstProtocolDescriptorStack
@ stub BluetoothFindFirstProtocolEntry
@ stdcall BluetoothFindFirstRadio(ptr ptr)
@ stdcall
-import
BluetoothFindFirstRadio(ptr ptr)
@ stub BluetoothFindFirstService
@ stub BluetoothFindFirstServiceEx
@ stub BluetoothFindNextBrowseGroup
@ stub BluetoothFindNextClassId
@ stdcall BluetoothFindNextDevice(ptr ptr)
@ stdcall
-import
BluetoothFindNextDevice(ptr ptr)
@ stub BluetoothFindNextProfileDescriptor
@ stub BluetoothFindNextProtocolDescriptorStack
@ stub BluetoothFindNextProtocolEntry
@ stdcall BluetoothFindNextRadio(ptr ptr)
@ stdcall
-import
BluetoothFindNextRadio(ptr ptr)
@ stub BluetoothFindNextService
@ stub BluetoothFindProfileDescriptorClose
@ stub BluetoothFindProtocolDescriptorStackClose
@ stub BluetoothFindProtocolEntryClose
@ stdcall BluetoothFindRadioClose(ptr)
@ stdcall
-import
BluetoothFindRadioClose(ptr)
@ stub BluetoothFindServiceClose
@ stub BluetoothGetDeviceInfo
@ stdcall BluetoothGetRadioInfo(ptr ptr)
@ stdcall
-import
BluetoothGetRadioInfo(ptr ptr)
@ stub BluetoothIsConnectable
@ stub BluetoothIsDiscoverable
@ stub BluetoothIsVersionAvailable
...
...
dlls/irprops.cpl/Makefile.in
View file @
a700b620
MODULE
=
irprops.cpl
MODULE
=
irprops.cpl
IMPORTS
=
bluetoothapis
dlls/irprops.cpl/irprops.cpl.spec
View file @
a700b620
...
...
@@ -8,30 +8,30 @@
@ stub BluetoothEnumerateInstalledServices
@ stub BluetoothFindBrowseGroupClose
@ stub BluetoothFindClassIdClose
@ stdcall
BluetoothFindDeviceClose(ptr) bthprops.cpl.BluetoothFindDeviceClose
@ stdcall
-import BluetoothFindDeviceClose(ptr)
@ stub BluetoothFindFirstBrowseGroup
@ stub BluetoothFindFirstClassId
@ stdcall
BluetoothFindFirstDevice(ptr ptr) bthprops.cpl.BluetoothFindFirstDevice
@ stdcall
-import BluetoothFindFirstDevice(ptr ptr)
@ stub BluetoothFindFirstProfileDescriptor
@ stub BluetoothFindFirstProtocolDescriptorStack
@ stub BluetoothFindFirstProtocolEntry
@ stdcall
BluetoothFindFirstRadio(ptr ptr) bthprops.cpl.BluetoothFindFirstRadio
@ stdcall
-import BluetoothFindFirstRadio(ptr ptr)
@ stub BluetoothFindFirstService
@ stub BluetoothFindNextBrowseGroup
@ stub BluetoothFindNextClassId
@ stdcall
BluetoothFindNextDevice(ptr ptr) bthprops.cpl.BluetoothFindNextDevice
@ stdcall
-import BluetoothFindNextDevice(ptr ptr)
@ stub BluetoothFindNextProfileDescriptor
@ stub BluetoothFindNextProtocolDescriptorStack
@ stub BluetoothFindNextProtocolEntry
@ stdcall
BluetoothFindNextRadio(ptr ptr) bthprops.cpl.BluetoothFindNextRadio
@ stdcall
-import BluetoothFindNextRadio(ptr ptr)
@ stub BluetoothFindNextService
@ stub BluetoothFindProfileDescriptorClose
@ stub BluetoothFindProtocolDescriptorStackClose
@ stub BluetoothFindProtocolEntryClose
@ stdcall
BluetoothFindRadioClose(ptr) bthprops.cpl.BluetoothFindRadioClose
@ stdcall
-import BluetoothFindRadioClose(ptr)
@ stub BluetoothFindServiceClose
@ stub BluetoothGetDeviceInfo
@ stdcall
BluetoothGetRadioInfo(ptr ptr) bthprops.cpl.BluetoothGetRadioInfo
@ stdcall
-import BluetoothGetRadioInfo(ptr ptr)
@ stub BluetoothIsConnectable
@ stub BluetoothIsDiscoverable
@ stub BluetoothMapClassOfDeviceToImageIndex
...
...
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