Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d8817fe4
Commit
d8817fe4
authored
Jun 14, 2004
by
Lionel Ulmer
Committed by
Alexandre Julliard
Jun 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for _CrtCheckMemory.
parent
6122eeb5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
debug.c
dlls/msvcrtd/debug.c
+10
-0
msvcrtd.spec
dlls/msvcrtd/msvcrtd.spec
+1
-1
No files found.
dlls/msvcrtd/debug.c
View file @
d8817fe4
...
@@ -115,6 +115,16 @@ int _CrtDumpMemoryLeaks()
...
@@ -115,6 +115,16 @@ int _CrtDumpMemoryLeaks()
}
}
/*********************************************************************
/*********************************************************************
* _CrtCheckMemory (MSVCRTD.@)
*/
int
_CrtCheckMemory
()
{
/* Note: maybe we could call here our heap validating functions ? */
return
TRUE
;
}
/*********************************************************************
* __p__crtAssertBusy (MSVCRTD.@)
* __p__crtAssertBusy (MSVCRTD.@)
*/
*/
int
*
__p__crtAssertBusy
(
void
)
int
*
__p__crtAssertBusy
(
void
)
...
...
dlls/msvcrtd/msvcrtd.spec
View file @
d8817fe4
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
@ cdecl _CIsqrt() msvcrt._CIsqrt
@ cdecl _CIsqrt() msvcrt._CIsqrt
@ cdecl _CItan() msvcrt._CItan
@ cdecl _CItan() msvcrt._CItan
@ cdecl _CItanh() msvcrt._CItanh
@ cdecl _CItanh() msvcrt._CItanh
@
stub _CrtCheckMemory
@
cdecl _CrtCheckMemory()
@ stub _CrtDbgBreak
@ stub _CrtDbgBreak
@ varargs _CrtDbgReport(long ptr long ptr ptr)
@ varargs _CrtDbgReport(long ptr long ptr ptr)
@ stub _CrtDoForAllClientObjects
@ stub _CrtDoForAllClientObjects
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment