Andrey Gusev : api-ms-win-core-realtime-l1-1-0: Add dll.

Alexandre Julliard julliard at winehq.org
Thu Sep 15 10:42:48 CDT 2016


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Thu Sep 15 14:02:09 2016 +0300

api-ms-win-core-realtime-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-core-realtime-l1-1-0/Makefile.in                     | 1 +
 .../api-ms-win-core-realtime-l1-1-0.spec                             | 5 +++++
 tools/make_specfiles                                                 | 1 +
 5 files changed, 10 insertions(+)

diff --git a/configure b/configure
index 6727ea5..a588551 100755
--- a/configure
+++ b/configure
@@ -933,6 +933,7 @@ enable_api_ms_win_core_processthreads_l1_1_1
 enable_api_ms_win_core_processthreads_l1_1_2
 enable_api_ms_win_core_profile_l1_1_0
 enable_api_ms_win_core_psapi_l1_1_0
+enable_api_ms_win_core_realtime_l1_1_0
 enable_api_ms_win_core_registry_l1_1_0
 enable_api_ms_win_core_registryuserspecific_l1_1_0
 enable_api_ms_win_core_rtlsupport_l1_1_0
@@ -17595,6 +17596,7 @@ wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_
 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
+wine_fn_config_dll api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
 wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
diff --git a/configure.ac b/configure.ac
index 35c931a..a395469 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2709,6 +2709,7 @@ WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-2)
 WINE_CONFIG_DLL(api-ms-win-core-profile-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-psapi-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-core-realtime-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-registry-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-registryuserspecific-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-1-0)
diff --git a/dlls/api-ms-win-core-realtime-l1-1-0/Makefile.in b/dlls/api-ms-win-core-realtime-l1-1-0/Makefile.in
new file mode 100644
index 0000000..3a29de8
--- /dev/null
+++ b/dlls/api-ms-win-core-realtime-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-realtime-l1-1-0.dll
diff --git a/dlls/api-ms-win-core-realtime-l1-1-0/api-ms-win-core-realtime-l1-1-0.spec b/dlls/api-ms-win-core-realtime-l1-1-0/api-ms-win-core-realtime-l1-1-0.spec
new file mode 100644
index 0000000..9c70db1
--- /dev/null
+++ b/dlls/api-ms-win-core-realtime-l1-1-0/api-ms-win-core-realtime-l1-1-0.spec
@@ -0,0 +1,5 @@
+@ stub QueryIdleProcessorCycleTime
+@ stub QueryIdleProcessorCycleTimeEx
+@ stub QueryProcessCycleTime
+@ stdcall QueryThreadCycleTime(long ptr) kernel32.QueryThreadCycleTime
+@ stdcall QueryUnbiasedInterruptTime(ptr) kernel32.QueryUnbiasedInterruptTime
diff --git a/tools/make_specfiles b/tools/make_specfiles
index eff126c..5f53cbb 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -137,6 +137,7 @@ my @dll_groups =
   "api-ms-win-core-interlocked-l1-2-0",
   "api-ms-win-core-misc-l1-1-0",
   "api-ms-win-core-profile-l1-1-0",
+  "api-ms-win-core-realtime-l1-1-0",
   "api-ms-win-core-sidebyside-l1-1-0",
   "api-ms-win-core-string-l1-1-0",
   "api-ms-win-core-string-obsolete-l1-1-0",




More information about the wine-cvs mailing list