msvcrt: Added _get_heap_handle implementation.

This commit is contained in:
Piotr Caban 2010-04-20 21:39:22 +02:00 committed by Alexandre Julliard
parent 23d0369d9d
commit 776998866a
4 changed files with 11 additions and 3 deletions

View File

@ -469,7 +469,7 @@
@ stub _get_dstbias
@ stub _get_errno
@ stub _get_fmode
@ stub _get_heap_handle
@ cdecl _get_heap_handle() msvcrt._get_heap_handle
@ cdecl _get_invalid_parameter_handler() msvcrt._get_invalid_parameter_handler
@ cdecl _get_osfhandle(long) msvcrt._get_osfhandle
@ stub _get_osplatform

View File

@ -461,7 +461,7 @@
@ stub _get_dstbias
@ stub _get_errno
@ stub _get_fmode
@ stub _get_heap_handle
@ cdecl _get_heap_handle() msvcrt._get_heap_handle
@ cdecl _get_invalid_parameter_handler() msvcrt._get_invalid_parameter_handler
@ cdecl _get_osfhandle(long) msvcrt._get_osfhandle
@ stub _get_output_format

View File

@ -252,6 +252,14 @@ int CDECL _heapadd(void* mem, MSVCRT_size_t size)
return -1;
}
/*********************************************************************
* _heapadd (MSVCRT.@)
*/
MSVCRT_intptr_t CDECL _get_heap_handle(void)
{
return (MSVCRT_intptr_t)GetProcessHeap();
}
/*********************************************************************
* _msize (MSVCRT.@)
*/

View File

@ -428,7 +428,7 @@
# stub _get_errno
# stub _get_fileinfo
# stub _get_fmode
# stub _get_heap_handle
@ cdecl _get_heap_handle()
@ cdecl _get_osfhandle(long)
# stub _get_osplatform
# stub _get_osver