api-ms-win-devices-query-l1-1-1: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
75af287cfd
commit
25524801ac
|
@ -997,6 +997,7 @@ enable_api_ms_win_crt_string_l1_1_0
|
|||
enable_api_ms_win_crt_time_l1_1_0
|
||||
enable_api_ms_win_crt_utility_l1_1_0
|
||||
enable_api_ms_win_devices_config_l1_1_1
|
||||
enable_api_ms_win_devices_query_l1_1_1
|
||||
enable_api_ms_win_downlevel_advapi32_l1_1_0
|
||||
enable_api_ms_win_downlevel_advapi32_l2_1_0
|
||||
enable_api_ms_win_downlevel_normaliz_l1_1_0
|
||||
|
@ -17708,6 +17709,7 @@ wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_
|
|||
wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
|
||||
wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
|
||||
|
|
|
@ -2774,6 +2774,7 @@ WINE_CONFIG_DLL(api-ms-win-crt-string-l1-1-0)
|
|||
WINE_CONFIG_DLL(api-ms-win-crt-time-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-crt-utility-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-devices-config-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-devices-query-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l2-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-downlevel-normaliz-l1-1-0)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-devices-query-l1-1-1.dll
|
|
@ -0,0 +1,15 @@
|
|||
@ stub DevCloseObjectQuery
|
||||
@ stub DevCreateObjectQuery
|
||||
@ stub DevCreateObjectQueryEx
|
||||
@ stub DevCreateObjectQueryFromId
|
||||
@ stub DevCreateObjectQueryFromIdEx
|
||||
@ stub DevCreateObjectQueryFromIds
|
||||
@ stub DevCreateObjectQueryFromIdsEx
|
||||
@ stub DevFindProperty
|
||||
@ stub DevFreeObjectProperties
|
||||
@ stub DevFreeObjects
|
||||
@ stub DevGetObjectProperties
|
||||
@ stub DevGetObjectPropertiesEx
|
||||
@ stub DevGetObjects
|
||||
@ stub DevGetObjectsEx
|
||||
@ stub DevSetObjectProperties
|
|
@ -98,6 +98,7 @@ my @dll_groups =
|
|||
"setupapi",
|
||||
"cfgmgr32",
|
||||
"api-ms-win-devices-config-l1-1-1",
|
||||
"api-ms-win-devices-query-l1-1-1",
|
||||
],
|
||||
[
|
||||
"vcomp",
|
||||
|
|
Loading…
Reference in New Issue