Andrey Gusev : api-ms-win-mm-time-l1-1-0: Add dll.

Alexandre Julliard julliard at winehq.org
Mon Jul 10 15:52:47 CDT 2017


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Mon Jul 10 13:31:05 2017 +0300

api-ms-win-mm-time-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-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(+)

diff --git a/configure b/configure
index 92199ea..b4c2ad7 100755
--- a/configure
+++ b/configure
@@ -1027,6 +1027,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
@@ -18036,6 +18037,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 6c4316a..1fcf957 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2863,6 +2863,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..0d46016
--- /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() winmm.timeGetTime
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",




More information about the wine-cvs mailing list