Martin Storsjo : api-ms-win-core-profile-l1-1-0: Add stub dll.

Alexandre Julliard julliard at winehq.org
Wed Jan 8 13:41:33 CST 2014


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

Author: Martin Storsjo <martin at martin.st>
Date:   Wed Jan  8 14:48:25 2014 +0200

api-ms-win-core-profile-l1-1-0: Add stub dll.

---

 configure                                                            |    2 ++
 configure.ac                                                         |    1 +
 dlls/api-ms-win-core-profile-l1-1-0/Makefile.in                      |    1 +
 .../api-ms-win-core-profile-l1-1-0.spec                              |    2 ++
 tools/make_specfiles                                                 |    1 +
 5 files changed, 7 insertions(+)

diff --git a/configure b/configure
index 417a7c9..5af9383 100755
--- a/configure
+++ b/configure
@@ -859,6 +859,7 @@ enable_api_ms_win_core_interlocked_l1_2_0
 enable_api_ms_win_core_localregistry_l1_1_0
 enable_api_ms_win_core_processthreads_l1_1_0
 enable_api_ms_win_core_processthreads_l1_1_1
+enable_api_ms_win_core_profile_l1_1_0
 enable_api_ms_win_core_winrt_error_l1_1_0
 enable_api_ms_win_core_winrt_string_l1_1_0
 enable_api_ms_win_downlevel_advapi32_l1_1_0
@@ -16574,6 +16575,7 @@ wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_int
 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
+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-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
diff --git a/configure.ac b/configure.ac
index 72ece36..2e2bb95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2631,6 +2631,7 @@ WINE_CONFIG_DLL(api-ms-win-core-interlocked-l1-2-0)
 WINE_CONFIG_DLL(api-ms-win-core-localregistry-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-1)
+WINE_CONFIG_DLL(api-ms-win-core-profile-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-winrt-error-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-winrt-string-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l1-1-0)
diff --git a/dlls/api-ms-win-core-profile-l1-1-0/Makefile.in b/dlls/api-ms-win-core-profile-l1-1-0/Makefile.in
new file mode 100644
index 0000000..2777171
--- /dev/null
+++ b/dlls/api-ms-win-core-profile-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-profile-l1-1-0.dll
diff --git a/dlls/api-ms-win-core-profile-l1-1-0/api-ms-win-core-profile-l1-1-0.spec b/dlls/api-ms-win-core-profile-l1-1-0/api-ms-win-core-profile-l1-1-0.spec
new file mode 100644
index 0000000..3b09bac
--- /dev/null
+++ b/dlls/api-ms-win-core-profile-l1-1-0/api-ms-win-core-profile-l1-1-0.spec
@@ -0,0 +1,2 @@
+@ stdcall QueryPerformanceCounter(ptr) kernel32.QueryPerformanceCounter
+@ stdcall QueryPerformanceFrequency(ptr) kernel32.QueryPerformanceFrequency
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 6c1a7b7..5cfe758 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -140,6 +140,7 @@ my @dll_groups =
   "api-ms-win-core-debug-l1-1-1",
   "api-ms-win-core-errorhandling-l1-1-1",
   "api-ms-win-core-interlocked-l1-2-0",
+  "api-ms-win-core-profile-l1-1-0",
  ],
  [
   "ole32",




More information about the wine-cvs mailing list