Andrey Gusev : api-ms-win-perf-legacy-l1-1-0: Add dll.

Alexandre Julliard julliard at winehq.org
Thu Feb 8 15:33:09 CST 2018


Module: wine
Branch: master
Commit: 661d11d07161b29226becd053018626e338a73c1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=661d11d07161b29226becd053018626e338a73c1

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Thu Feb  8 15:12:44 2018 +0200

api-ms-win-perf-legacy-l1-1-0: 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-perf-legacy-l1-1-0/Makefile.in                   | 1 +
 .../api-ms-win-perf-legacy-l1-1-0.spec                           | 9 +++++++++
 tools/make_specfiles                                             | 1 +
 5 files changed, 14 insertions(+)

diff --git a/configure b/configure
index 6b7f7d8..57577da 100755
--- a/configure
+++ b/configure
@@ -1055,6 +1055,7 @@ enable_api_ms_win_mm_mme_l1_1_0
 enable_api_ms_win_mm_time_l1_1_0
 enable_api_ms_win_ntuser_dc_access_l1_1_0
 enable_api_ms_win_ntuser_rectangle_l1_1_0
+enable_api_ms_win_perf_legacy_l1_1_0
 enable_api_ms_win_power_base_l1_1_0
 enable_api_ms_win_power_setting_l1_1_0
 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
@@ -18487,6 +18488,7 @@ wine_fn_config_dll api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
 wine_fn_config_dll api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
 wine_fn_config_dll api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
+wine_fn_config_dll api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
 wine_fn_config_dll api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
 wine_fn_config_dll api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
 wine_fn_config_dll api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
diff --git a/configure.ac b/configure.ac
index 016b9bf..58ce104 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2968,6 +2968,7 @@ WINE_CONFIG_DLL(api-ms-win-mm-mme-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-mm-time-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-ntuser-dc-access-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-ntuser-rectangle-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-perf-legacy-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-power-base-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-power-setting-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-rtcore-ntuser-private-l1-1-0)
diff --git a/dlls/api-ms-win-perf-legacy-l1-1-0/Makefile.in b/dlls/api-ms-win-perf-legacy-l1-1-0/Makefile.in
new file mode 100644
index 0000000..0328476
--- /dev/null
+++ b/dlls/api-ms-win-perf-legacy-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-perf-legacy-l1-1-0.dll
diff --git a/dlls/api-ms-win-perf-legacy-l1-1-0/api-ms-win-perf-legacy-l1-1-0.spec b/dlls/api-ms-win-perf-legacy-l1-1-0/api-ms-win-perf-legacy-l1-1-0.spec
new file mode 100644
index 0000000..9fe91d1
--- /dev/null
+++ b/dlls/api-ms-win-perf-legacy-l1-1-0/api-ms-win-perf-legacy-l1-1-0.spec
@@ -0,0 +1,9 @@
+@ stub PerfAddCounters
+@ stub PerfCloseQueryHandle
+@ stub PerfDeleteCounters
+@ stub PerfEnumerateCounterSet
+@ stub PerfEnumerateCounterSetInstances
+@ stub PerfOpenQueryHandle
+@ stub PerfQueryCounterData
+@ stub PerfQueryCounterInfo
+@ stub PerfQueryCounterSetRegistrationInfo
diff --git a/tools/make_specfiles b/tools/make_specfiles
index e5b2617..6b59b32 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -123,6 +123,7 @@ my @dll_groups =
   "api-ms-win-eventing-legacy-l1-1-0",
   "api-ms-win-eventing-provider-l1-1-0",
   "api-ms-win-eventlog-legacy-l1-1-0",
+  "api-ms-win-perf-legacy-l1-1-0",
   "api-ms-win-security-audit-l1-1-1",
   "api-ms-win-security-base-l1-2-0",
   "api-ms-win-security-base-private-l1-1-1",




More information about the wine-cvs mailing list