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

Alexandre Julliard julliard at winehq.org
Fri Nov 18 15:35:47 CST 2016


Module: wine
Branch: master
Commit: 25524801ac355fe354a4fac634078117c6d6c3ec
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=25524801ac355fe354a4fac634078117c6d6c3ec

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Fri Nov 18 17:19:44 2016 +0200

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

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                                                 |  2 ++
 configure.ac                                              |  1 +
 dlls/api-ms-win-devices-query-l1-1-1/Makefile.in          |  1 +
 .../api-ms-win-devices-query-l1-1-1.spec                  | 15 +++++++++++++++
 tools/make_specfiles                                      |  1 +
 5 files changed, 20 insertions(+)

diff --git a/configure b/configure
index e1ead7f..3cade53 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/configure.ac b/configure.ac
index 6dd80ac..32a0987 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/dlls/api-ms-win-devices-query-l1-1-1/Makefile.in b/dlls/api-ms-win-devices-query-l1-1-1/Makefile.in
new file mode 100644
index 0000000..238f3f4
--- /dev/null
+++ b/dlls/api-ms-win-devices-query-l1-1-1/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-devices-query-l1-1-1.dll
diff --git a/dlls/api-ms-win-devices-query-l1-1-1/api-ms-win-devices-query-l1-1-1.spec b/dlls/api-ms-win-devices-query-l1-1-1/api-ms-win-devices-query-l1-1-1.spec
new file mode 100644
index 0000000..9aaaab9
--- /dev/null
+++ b/dlls/api-ms-win-devices-query-l1-1-1/api-ms-win-devices-query-l1-1-1.spec
@@ -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
diff --git a/tools/make_specfiles b/tools/make_specfiles
index db73689..60e5b16 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -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",




More information about the wine-cvs mailing list