api-ms-win-core-apiquery-l1-1-0: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Andrey Gusev 2016-09-14 12:22:36 +03:00 committed by Alexandre Julliard
parent d2e0fa8b85
commit e316b40ca1
5 changed files with 6 additions and 0 deletions

2
configure vendored
View File

@ -874,6 +874,7 @@ enable_actxprxy
enable_advapi32
enable_advpack
enable_amstream
enable_api_ms_win_core_apiquery_l1_1_0
enable_api_ms_win_core_atoms_l1_1_0
enable_api_ms_win_core_com_l1_1_0
enable_api_ms_win_core_com_l1_1_1
@ -17534,6 +17535,7 @@ wine_fn_config_dll advpack enable_advpack implib
wine_fn_config_test dlls/advpack/tests advpack_test
wine_fn_config_dll amstream enable_amstream clean
wine_fn_config_test dlls/amstream/tests amstream_test
wine_fn_config_dll api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
wine_fn_config_dll api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1

View File

@ -2650,6 +2650,7 @@ WINE_CONFIG_DLL(advpack,,[implib])
WINE_CONFIG_TEST(dlls/advpack/tests)
WINE_CONFIG_DLL(amstream,,[clean])
WINE_CONFIG_TEST(dlls/amstream/tests)
WINE_CONFIG_DLL(api-ms-win-core-apiquery-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-atoms-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-com-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-com-l1-1-1)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-core-apiquery-l1-1-0.dll

View File

@ -0,0 +1 @@
@ stub ApiSetQueryApiSetPresence

View File

@ -249,6 +249,7 @@ my @dll_groups =
"msvcrt",
"ntdll",
"ntoskrnl.exe",
"api-ms-win-core-apiquery-l1-1-0",
"api-ms-win-core-rtlsupport-l1-1-0",
"api-ms-win-core-rtlsupport-l1-2-0",
],