mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
dbgeng: Add missing WINAPI.
This commit is contained in:
parent
3950721c2d
commit
416344b938
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue