dbgeng: Add missing WINAPI.

This commit is contained in:
Alexandre Julliard 2012-02-11 15:26:38 +01:00
parent 3950721c2d
commit 416344b938

View file

@ -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);