Commit ee7c86f2 authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

Fixed some issues found by winapi_check.

parent eb8a93cf
...@@ -372,7 +372,7 @@ void WINAPIV _DebugOutput( void ) ...@@ -372,7 +372,7 @@ void WINAPIV _DebugOutput( void )
} }
/*********************************************************************** /***********************************************************************
* DebugSetProcessKillOnExit (KERNEL.328) * DebugSetProcessKillOnExit (KERNEL32.@)
* *
* 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
......
...@@ -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 stub CoGetMarshalSizeMax # stdcall (ptr ptr ptr long ptr long) return 0,ERR_NOTIMPLEMENTED 21 stdcall CoGetMarshalSizeMax(ptr ptr ptr long ptr long) CoGetMarshalSizeMax
22 stdcall CoGetPSClsid(ptr ptr) CoGetPSClsid 22 stdcall CoGetPSClsid(ptr ptr) CoGetPSClsid
23 stub CoGetStandardMarshal # stdcall (ptr ptr long ptr long ptr) return 0,ERR_NOTIMPLEMENTED 23 stdcall 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment