Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thong Thai
wine
Commits
d8817fe4
Commit
d8817fe4
authored
20 years ago
by
Lionel Ulmer
Committed by
Alexandre Julliard
20 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added stub for _CrtCheckMemory.
parent
6122eeb5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dlls/msvcrtd/debug.c
+10
-0
10 additions, 0 deletions
dlls/msvcrtd/debug.c
dlls/msvcrtd/msvcrtd.spec
+1
-1
1 addition, 1 deletion
dlls/msvcrtd/msvcrtd.spec
with
11 additions
and
1 deletion
dlls/msvcrtd/debug.c
+
10
−
0
View file @
d8817fe4
...
...
@@ -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.@)
*/
...
...
This diff is collapsed.
Click to expand it.
dlls/msvcrtd/msvcrtd.spec
+
1
−
1
View file @
d8817fe4
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment