Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
ee7c86f2
Commit
ee7c86f2
authored
Mar 11, 2002
by
Patrik Stridvall
Committed by
Alexandre Julliard
Mar 11, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some issues found by winapi_check.
parent
eb8a93cf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
debugger.c
dlls/kernel/debugger.c
+1
-1
ole32.spec
dlls/ole32/ole32.spec
+2
-2
No files found.
dlls/kernel/debugger.c
View file @
ee7c86f2
...
@@ -372,7 +372,7 @@ void WINAPIV _DebugOutput( void )
...
@@ -372,7 +372,7 @@ void WINAPIV _DebugOutput( void )
}
}
/***********************************************************************
/***********************************************************************
* DebugSetProcessKillOnExit (KERNEL
.328
)
* DebugSetProcessKillOnExit (KERNEL
32.@
)
*
*
* Let a debugger decide wether a debuggee will be killed upon debugger
* Let a debugger decide wether a debuggee will be killed upon debugger
* termination
* termination
...
...
dlls/ole32/ole32.spec
View file @
ee7c86f2
...
@@ -32,9 +32,9 @@ debug_channels (accel ole relay storage)
...
@@ -32,9 +32,9 @@ debug_channels (accel ole relay storage)
18 stdcall CoGetCurrentProcess() CoGetCurrentProcess
18 stdcall CoGetCurrentProcess() CoGetCurrentProcess
19 stdcall CoGetInterfaceAndReleaseStream(ptr ptr ptr) CoGetInterfaceAndReleaseStream
19 stdcall CoGetInterfaceAndReleaseStream(ptr ptr ptr) CoGetInterfaceAndReleaseStream
20 stdcall CoGetMalloc(long ptr) CoGetMalloc
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
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
24 stub CoGetState
25 stub CoGetTreatAsClass # stdcall (ptr ptr) return 0,ERR_NOTIMPLEMENTED
25 stub CoGetTreatAsClass # stdcall (ptr ptr) return 0,ERR_NOTIMPLEMENTED
26 stdcall CoInitialize(ptr) CoInitialize
26 stdcall CoInitialize(ptr) CoInitialize
...
...
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