Nikolay Sivov : ucrtbase: Add _query_new_handler() and _query_new_mode().

Alexandre Julliard julliard at winehq.org
Tue Jun 2 08:11:15 CDT 2020


Module: wine
Branch: stable
Commit: 51c7d18007f3f3b705a56cde3c9a7f029c0040b2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=51c7d18007f3f3b705a56cde3c9a7f029c0040b2

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Jan 28 11:02:40 2020 +0300

ucrtbase: Add _query_new_handler() and _query_new_mode().

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 5b9323400d4d710af3ab21f445c13f99a6c228ba)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 dlls/api-ms-win-crt-heap-l1-1-0/api-ms-win-crt-heap-l1-1-0.spec | 4 ++--
 dlls/ucrtbase/ucrtbase.spec                                     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/api-ms-win-crt-heap-l1-1-0/api-ms-win-crt-heap-l1-1-0.spec b/dlls/api-ms-win-crt-heap-l1-1-0/api-ms-win-crt-heap-l1-1-0.spec
index 0a99e870be..0885d5813e 100644
--- a/dlls/api-ms-win-crt-heap-l1-1-0/api-ms-win-crt-heap-l1-1-0.spec
+++ b/dlls/api-ms-win-crt-heap-l1-1-0/api-ms-win-crt-heap-l1-1-0.spec
@@ -16,8 +16,8 @@
 @ cdecl _heapwalk(ptr) ucrtbase._heapwalk
 @ cdecl _malloc_base(long) ucrtbase._malloc_base
 @ cdecl _msize(ptr) ucrtbase._msize
-@ stub _query_new_handler
-@ stub _query_new_mode
+@ cdecl _query_new_handler() ucrtbase._query_new_handler
+@ cdecl _query_new_mode() ucrtbase._query_new_mode
 @ cdecl _realloc_base(ptr long) ucrtbase._realloc_base
 @ cdecl _recalloc(ptr long long) ucrtbase._recalloc
 @ cdecl _set_new_mode(long) ucrtbase._set_new_mode
diff --git a/dlls/ucrtbase/ucrtbase.spec b/dlls/ucrtbase/ucrtbase.spec
index dc95824a1f..34965e06c3 100644
--- a/dlls/ucrtbase/ucrtbase.spec
+++ b/dlls/ucrtbase/ucrtbase.spec
@@ -1856,8 +1856,8 @@
 @ cdecl _putwch_nolock(long)
 @ cdecl _putws(wstr) MSVCRT__putws
 @ stub _query_app_type
-@ stub _query_new_handler
-@ stub _query_new_mode
+@ cdecl _query_new_handler() MSVCRT__query_new_handler
+@ cdecl _query_new_mode() MSVCRT__query_new_mode
 @ cdecl _read(long ptr long) MSVCRT__read
 @ cdecl _realloc_base(ptr long)
 @ cdecl _recalloc(ptr long long)




More information about the wine-cvs mailing list