Added stub for _CrtCheckMemory.

This commit is contained in:
Lionel Ulmer 2004-06-14 17:57:06 +00:00 committed by Alexandre Julliard
parent 6122eeb5ca
commit d8817fe467
2 changed files with 11 additions and 1 deletions

View File

@ -114,6 +114,16 @@ int _CrtDumpMemoryLeaks()
return 0;
}
/*********************************************************************
* _CrtCheckMemory (MSVCRTD.@)
*/
int _CrtCheckMemory()
{
/* Note: maybe we could call here our heap validating functions ? */
return TRUE;
}
/*********************************************************************
* __p__crtAssertBusy (MSVCRTD.@)
*/

View File

@ -66,7 +66,7 @@
@ cdecl _CIsqrt() msvcrt._CIsqrt
@ cdecl _CItan() msvcrt._CItan
@ cdecl _CItanh() msvcrt._CItanh
@ stub _CrtCheckMemory
@ cdecl _CrtCheckMemory()
@ stub _CrtDbgBreak
@ varargs _CrtDbgReport(long ptr long ptr ptr)
@ stub _CrtDoForAllClientObjects