Commit 25524801 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

api-ms-win-devices-query-l1-1-1: Add dll.

parent 75af287c
......@@ -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)
......
MODULE = api-ms-win-devices-query-l1-1-1.dll
@ 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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment