irprops.cpl: Add stub dll.
Signed-off-by: Austin English <austinenglish@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fab5ee65b6
commit
c78f7a96e5
|
@ -1133,6 +1133,7 @@ enable_initpki
|
|||
enable_inkobj
|
||||
enable_inseng
|
||||
enable_iphlpapi
|
||||
enable_irprops_cpl
|
||||
enable_itircl
|
||||
enable_itss
|
||||
enable_joy_cpl
|
||||
|
@ -17599,6 +17600,7 @@ wine_fn_config_dll inkobj enable_inkobj
|
|||
wine_fn_config_dll inseng enable_inseng clean
|
||||
wine_fn_config_dll iphlpapi enable_iphlpapi implib
|
||||
wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
|
||||
wine_fn_config_dll irprops.cpl enable_irprops_cpl
|
||||
wine_fn_config_dll itircl enable_itircl
|
||||
wine_fn_config_dll itss enable_itss clean
|
||||
wine_fn_config_test dlls/itss/tests itss_test
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = irprops.cpl
|
|
@ -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
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue