From: Austin English Subject: bthprops.cpl: add stub dll Message-Id: Date: Mon, 9 Nov 2015 00:51:35 -0600 Fixes https://bugs.winehq.org/show_bug.cgi?id=23001 -- -Austin
Fixes https://bugs.winehq.org/show_bug.cgi?id=23001

--
-Austin
From 60539b27be9d9af76baa1db8da9bf67ce028e245 Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 9 Nov 2015 00:45:29 -0600 Subject: [PATCH] bthprops.cpl: add stub dll --- configure | 2 ++ configure.ac | 1 + dlls/bthprops.cpl/Makefile.in | 4 +++ dlls/bthprops.cpl/bthprops.cpl.spec | 65 +++++++++++++++++++++++++++++++++++++ 4 files changed, 72 insertions(+) create mode 100644 dlls/bthprops.cpl/Makefile.in create mode 100644 dlls/bthprops.cpl/bthprops.cpl.spec diff --git a/configure b/configure index 6da7b76..ae3af8b 100755 --- a/configure +++ b/configure @@ -965,6 +965,7 @@ enable_avifil32 enable_avrt enable_bcrypt enable_browseui +enable_bthprops_cpl enable_cabinet enable_capi2032 enable_cards @@ -17473,6 +17474,7 @@ wine_fn_config_dll bcrypt enable_bcrypt wine_fn_config_test dlls/bcrypt/tests bcrypt_test wine_fn_config_dll browseui enable_browseui clean,po wine_fn_config_test dlls/browseui/tests browseui_test +wine_fn_config_dll bthprops.cpl enable_bthprops_cpl po wine_fn_config_dll cabinet enable_cabinet implib wine_fn_config_test dlls/cabinet/tests cabinet_test wine_fn_config_dll capi2032 enable_capi2032 implib diff --git a/configure.ac b/configure.ac index 68fd411..4b40777 100644 --- a/configure.ac +++ b/configure.ac @@ -2827,6 +2827,7 @@ WINE_CONFIG_DLL(bcrypt) WINE_CONFIG_TEST(dlls/bcrypt/tests) WINE_CONFIG_DLL(browseui,,[clean,po]) WINE_CONFIG_TEST(dlls/browseui/tests) +WINE_CONFIG_DLL(bthprops.cpl,,[po]) WINE_CONFIG_DLL(cabinet,,[implib]) WINE_CONFIG_TEST(dlls/cabinet/tests) WINE_CONFIG_DLL(capi2032,,[implib]) diff --git a/dlls/bthprops.cpl/Makefile.in b/dlls/bthprops.cpl/Makefile.in new file mode 100644 index 0000000..d050011 --- /dev/null +++ b/dlls/bthprops.cpl/Makefile.in @@ -0,0 +1,4 @@ +MODULE = bthprops.cpl + +#C_SRCS = \ +# bthprops.cpl_main.c diff --git a/dlls/bthprops.cpl/bthprops.cpl.spec b/dlls/bthprops.cpl/bthprops.cpl.spec new file mode 100644 index 0000000..bb7a6ff --- /dev/null +++ b/dlls/bthprops.cpl/bthprops.cpl.spec @@ -0,0 +1,65 @@ +@ stub BluetoothAddressToString +@ stub BluetoothAuthenticateDevice +@ stub BluetoothAuthenticateDeviceEx +@ stub BluetoothAuthenticateMultipleDevices +@ stub BluetoothAuthenticationAgent +@ stub BluetoothDisconnectDevice +@ stub BluetoothDisplayDeviceProperties +@ stub BluetoothEnableDiscovery +@ stub BluetoothEnableIncomingConnections +@ stub BluetoothEnumerateInstalledServices +@ stub BluetoothEnumerateInstalledServicesEx +@ stub BluetoothFindBrowseGroupClose +@ stub BluetoothFindClassIdClose +@ stub BluetoothFindDeviceClose +@ stub BluetoothFindFirstBrowseGroup +@ stub BluetoothFindFirstClassId +@ stub BluetoothFindFirstDevice +@ stub BluetoothFindFirstProfileDescriptor +@ stub BluetoothFindFirstProtocolDescriptorStack +@ stub BluetoothFindFirstProtocolEntry +@ stub BluetoothFindFirstRadio +@ stub BluetoothFindFirstService +@ stub BluetoothFindFirstServiceEx +@ stub BluetoothFindNextBrowseGroup +@ stub BluetoothFindNextClassId +@ stub BluetoothFindNextDevice +@ stub BluetoothFindNextProfileDescriptor +@ stub BluetoothFindNextProtocolDescriptorStack +@ stub BluetoothFindNextProtocolEntry +@ stub BluetoothFindNextRadio +@ stub BluetoothFindNextService +@ stub BluetoothFindProfileDescriptorClose +@ stub BluetoothFindProtocolDescriptorStackClose +@ stub BluetoothFindProtocolEntryClose +@ stub BluetoothFindRadioClose +@ stub BluetoothFindServiceClose +@ stub BluetoothGetDeviceInfo +@ stub BluetoothGetRadioInfo +@ stub BluetoothIsConnectable +@ stub BluetoothIsDiscoverable +@ stub BluetoothIsVersionAvailable +@ stub BluetoothMapClassOfDeviceToImageIndex +@ stub BluetoothMapClassOfDeviceToString +@ stub BluetoothRegisterForAuthentication +@ stub BluetoothRegisterForAuthenticationEx +@ stub BluetoothRemoveDevice +@ stub BluetoothSdpEnumAttributes +@ stub BluetoothSdpGetAttributeValue +@ stub BluetoothSdpGetContainerElementData +@ stub BluetoothSdpGetElementData +@ stub BluetoothSdpGetString +@ stub BluetoothSelectDevices +@ stub BluetoothSelectDevicesFree +@ stub BluetoothSendAuthenticationResponse +@ stub BluetoothSendAuthenticationResponseEx +@ stub BluetoothSetLocalServiceInfo +@ stub BluetoothSetServiceState +@ stub BluetoothUnregisterAuthentication +@ stub BluetoothUpdateDeviceRecord +@ stub BthpEnableAllServices +@ stub BthpFindPnpInfo +@ stub BthpMapStatusToErr +@ stub CPlApplet +@ stub DllCanUnloadNow +@ stub DllGetClassObject -- 2.6.2