Commit 416344b9 authored by Alexandre Julliard's avatar Alexandre Julliard

dbgeng: Add missing WINAPI.

parent 3950721c
......@@ -94,7 +94,7 @@ HRESULT WINAPI DebugCreate(REFIID InterfaceId, PVOID * pInterface)
* BUGS
* 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);
......
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