dbgeng: Add missing WINAPI.
This commit is contained in:
parent
3950721c2d
commit
416344b938
|
@ -94,7 +94,7 @@ HRESULT WINAPI DebugCreate(REFIID InterfaceId, PVOID * pInterface)
|
||||||
* BUGS
|
* BUGS
|
||||||
* Unimplemented
|
* Unimplemented
|
||||||
*/
|
*/
|
||||||
HRESULT DebugConnect(PCSTR RemoteOptions, REFIID InterfaceId, PVOID * pInterface)
|
HRESULT WINAPI DebugConnect(PCSTR RemoteOptions, REFIID InterfaceId, PVOID * pInterface)
|
||||||
{
|
{
|
||||||
FIXME("(%p,%p,%p): stub\n", RemoteOptions, InterfaceId, pInterface);
|
FIXME("(%p,%p,%p): stub\n", RemoteOptions, InterfaceId, pInterface);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue