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
Alexey Alyaev
wine
Commits
ee7c86f2
Commit
ee7c86f2
authored
23 years ago
by
Patrik Stridvall
Committed by
Alexandre Julliard
23 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed some issues found by winapi_check.
parent
eb8a93cf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dlls/kernel/debugger.c
+1
-1
1 addition, 1 deletion
dlls/kernel/debugger.c
dlls/ole32/ole32.spec
+2
-2
2 additions, 2 deletions
dlls/ole32/ole32.spec
with
3 additions
and
3 deletions
dlls/kernel/debugger.c
+
1
−
1
View file @
ee7c86f2
...
...
@@ -372,7 +372,7 @@ void WINAPIV _DebugOutput( void )
}
/***********************************************************************
* DebugSetProcessKillOnExit (KERNEL
.
32
8
)
* DebugSetProcessKillOnExit (KERNEL32
.@
)
*
* Let a debugger decide wether a debuggee will be killed upon debugger
* termination
...
...
This diff is collapsed.
Click to expand it.
dlls/ole32/ole32.spec
+
2
−
2
View file @
ee7c86f2
...
...
@@ -32,9 +32,9 @@ debug_channels (accel ole relay storage)
18 stdcall CoGetCurrentProcess() CoGetCurrentProcess
19 stdcall CoGetInterfaceAndReleaseStream(ptr ptr ptr) CoGetInterfaceAndReleaseStream
20 stdcall CoGetMalloc(long ptr) CoGetMalloc
21 st
ub
CoGetMarshalSizeMax
# stdcall
(ptr ptr ptr long ptr long)
return 0,ERR_NOTIMPLEMENTED
21 st
dcall
CoGetMarshalSizeMax(ptr ptr ptr long ptr long)
CoGetMarshalSizeMax
22 stdcall CoGetPSClsid(ptr ptr) CoGetPSClsid
23 st
ub
CoGetStandardMarshal
# stdcall
(ptr ptr long ptr long ptr)
return 0,ERR_NOTIMPLEMENTED
23 st
dcall
CoGetStandardMarshal(ptr ptr long ptr long ptr)
CoGetStandardMarshal
24 stub CoGetState
25 stub CoGetTreatAsClass # stdcall (ptr ptr) return 0,ERR_NOTIMPLEMENTED
26 stdcall CoInitialize(ptr) CoInitialize
...
...
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