dbgeng: Add missing WINAPI.

This commit is contained in:
Alexandre Julliard 2012-02-11 15:26:38 +01:00
parent 3950721c2d
commit 416344b938
1 changed files with 1 additions and 1 deletions

View File

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