Fixed some issues found by winapi_check.
This commit is contained in:
parent
eb8a93cf66
commit
ee7c86f277
|
@ -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)
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue