From: Austin English Subject: irprops.cpl: add stub dll Message-Id: Date: Fri, 22 Jan 2016 00:56:28 -0600 For https://bugs.winehq.org/show_bug.cgi?id=39965 -- -Austin From a26ebadc22cba1bba7738de01320c628b4e29253 Mon Sep 17 00:00:00 2001 From: Austin English Date: Fri, 22 Jan 2016 00:51:00 -0600 Subject: [PATCH 1/1] irprops.cpl: add stub dll Signed-off-by: Austin English --- configure.ac | 1 + dlls/irprops.cpl/Makefile.in | 1 + dlls/irprops.cpl/irprops.cpl.spec | 52 +++++++++++++++++++++++++++++++++++++++ tools/make_specfiles | 4 +++ 4 files changed, 58 insertions(+) create mode 100644 dlls/irprops.cpl/Makefile.in create mode 100644 dlls/irprops.cpl/irprops.cpl.spec diff --git a/configure.ac b/configure.ac index 6db503c..2c18819 100644 --- a/configure.ac +++ b/configure.ac @@ -2969,6 +2969,7 @@ WINE_CONFIG_DLL(inkobj) WINE_CONFIG_DLL(inseng,,[clean]) WINE_CONFIG_DLL(iphlpapi,,[implib]) WINE_CONFIG_TEST(dlls/iphlpapi/tests) +WINE_CONFIG_DLL(irprops.cpl) WINE_CONFIG_DLL(itircl) WINE_CONFIG_DLL(itss,,[clean]) WINE_CONFIG_TEST(dlls/itss/tests) diff --git a/dlls/irprops.cpl/Makefile.in b/dlls/irprops.cpl/Makefile.in new file mode 100644 index 0000000..7270ca3 --- /dev/null +++ b/dlls/irprops.cpl/Makefile.in @@ -0,0 +1 @@ +MODULE = irprops.cpl diff --git a/dlls/irprops.cpl/irprops.cpl.spec b/dlls/irprops.cpl/irprops.cpl.spec new file mode 100644 index 0000000..29828e2 --- /dev/null +++ b/dlls/irprops.cpl/irprops.cpl.spec @@ -0,0 +1,52 @@ +@ stub BluetoothAuthenticateDevice +@ stub BluetoothAuthenticateMultipleDevices +@ stub BluetoothAuthenticationAgent +@ stub BluetoothDisconnectDevice +@ stub BluetoothDisplayDeviceProperties +@ stub BluetoothEnableDiscovery +@ stub BluetoothEnableIncomingConnections +@ stub BluetoothEnumerateInstalledServices +@ stub BluetoothFindBrowseGroupClose +@ stub BluetoothFindClassIdClose +@ stub BluetoothFindDeviceClose +@ stub BluetoothFindFirstBrowseGroup +@ stub BluetoothFindFirstClassId +@ stub BluetoothFindFirstDevice +@ stub BluetoothFindFirstProfileDescriptor +@ stub BluetoothFindFirstProtocolDescriptorStack +@ stub BluetoothFindFirstProtocolEntry +@ stub BluetoothFindFirstRadio +@ stub BluetoothFindFirstService +@ 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 BluetoothMapClassOfDeviceToImageIndex +@ stub BluetoothMapClassOfDeviceToString +@ stub BluetoothRegisterForAuthentication +@ stub BluetoothRemoveDevice +@ stub BluetoothSdpEnumAttributes +@ stub BluetoothSdpGetAttributeValue +@ stub BluetoothSdpGetContainerElementData +@ stub BluetoothSdpGetElementData +@ stub BluetoothSdpGetString +@ stub BluetoothSelectDevices +@ stub BluetoothSelectDevicesFree +@ stub BluetoothSendAuthenticationResponse +@ stub BluetoothSetServiceState +@ stub BluetoothUnregisterAuthentication +@ stub BluetoothUpdateDeviceRecord +#@ stub CPlApplet diff --git a/tools/make_specfiles b/tools/make_specfiles index 16db908..13748e7 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -262,6 +262,10 @@ my @dll_groups = "api-ms-win-core-winrt-l1-1-0", "api-ms-win-core-winrt-string-l1-1-0", ], + [ + "bthprops.cpl", + "irprops.cpl", + ], ); my $update_flags = 0; -- 2.7.0.rc3