mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
msvcr100: Add ExternalContextBase::IsSynchronouslyBlocked() implementation.
This commit is contained in:
parent
dcccf544be
commit
b96e7d34e4
1 changed files with 2 additions and 2 deletions
|
@ -921,8 +921,8 @@ void __thiscall ExternalContextBase_Unblock(ExternalContextBase *this)
|
|||
DEFINE_THISCALL_WRAPPER(ExternalContextBase_IsSynchronouslyBlocked, 4)
|
||||
bool __thiscall ExternalContextBase_IsSynchronouslyBlocked(const ExternalContextBase *this)
|
||||
{
|
||||
FIXME("(%p)->() stub\n", this);
|
||||
return FALSE;
|
||||
TRACE("(%p)->()\n", this);
|
||||
return this->blocked >= 1;
|
||||
}
|
||||
|
||||
DEFINE_THISCALL_WRAPPER(ExternalContextBase_Block, 4)
|
||||
|
|
Loading…
Reference in a new issue