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>
oldstable
Andrey Gusev 2016-11-18 17:19:44 +02:00 committed by Alexandre Julliard
parent 75af287cfd
commit 25524801ac
5 changed files with 20 additions and 0 deletions

2
configure vendored
View File

@ -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

View File

@ -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)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-devices-query-l1-1-1.dll

View File

@ -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

View File

@ -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",