Commit 5b932340 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

ucrtbase: Add _query_new_handler() and _query_new_mode().

parent 0187babc
......@@ -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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment