[PATCH] api-ms-win-mm-time-l1-1-0: Add dll.

Andrey Gusev andrey.goosev at gmail.com
Mon Jul 10 05:31:05 CDT 2017


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 configure                                                     | 2 ++
 configure.ac                                                  | 1 +
 dlls/api-ms-win-mm-time-l1-1-0/Makefile.in                    | 1 +
 dlls/api-ms-win-mm-time-l1-1-0/api-ms-win-mm-time-l1-1-0.spec | 5 +++++
 tools/make_specfiles                                          | 1 +
 5 files changed, 10 insertions(+)
 create mode 100644 dlls/api-ms-win-mm-time-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-mm-time-l1-1-0/api-ms-win-mm-time-l1-1-0.spec

diff --git a/configure b/configure
index 19406c4..2f0db9b 100755
--- a/configure
+++ b/configure
@@ -1026,6 +1026,7 @@ enable_api_ms_win_eventing_provider_l1_1_0
 enable_api_ms_win_eventlog_legacy_l1_1_0
 enable_api_ms_win_mm_misc_l1_1_1
 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_power_base_l1_1_0
 enable_api_ms_win_power_setting_l1_1_0
@@ -18033,6 +18034,7 @@ wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventin
 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
 wine_fn_config_dll api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
 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-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
diff --git a/configure.ac b/configure.ac
index b52b7b8..1bbff9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2862,6 +2862,7 @@ WINE_CONFIG_DLL(api-ms-win-eventing-provider-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-eventlog-legacy-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-mm-misc-l1-1-1)
 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-power-base-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-power-setting-l1-1-0)
diff --git a/dlls/api-ms-win-mm-time-l1-1-0/Makefile.in b/dlls/api-ms-win-mm-time-l1-1-0/Makefile.in
new file mode 100644
index 0000000..b77d360
--- /dev/null
+++ b/dlls/api-ms-win-mm-time-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-mm-time-l1-1-0.dll
diff --git a/dlls/api-ms-win-mm-time-l1-1-0/api-ms-win-mm-time-l1-1-0.spec b/dlls/api-ms-win-mm-time-l1-1-0/api-ms-win-mm-time-l1-1-0.spec
new file mode 100644
index 0000000..45bd25a
--- /dev/null
+++ b/dlls/api-ms-win-mm-time-l1-1-0/api-ms-win-mm-time-l1-1-0.spec
@@ -0,0 +1,5 @@
+@ stdcall timeBeginPeriod(long) winmm.timeBeginPeriod
+@ stdcall timeEndPeriod(long) winmm.timeEndPeriod
+@ stdcall timeGetDevCaps(ptr long) winmm.timeGetDevCaps
+@ stdcall timeGetSystemTime(ptr long) winmm.timeGetSystemTime
+@ stdcall timeGetTime() kernel32.GetTickCount
diff --git a/tools/make_specfiles b/tools/make_specfiles
index c8ac40f..82f4c82 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -338,6 +338,7 @@ my @dll_groups =
   "winmm",
   "api-ms-win-mm-misc-l1-1-1",
   "api-ms-win-mm-mme-l1-1-0",
+  "api-ms-win-mm-time-l1-1-0",
  ],
  [
   "msvcrt",
-- 
2.7.5




More information about the wine-patches mailing list