msvcp100: Add _Concurrent_queue_base_v4::_Internal_throw_exception implementation.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Piotr Caban 2018-01-23 17:02:49 +01:00 committed by Alexandre Julliard
parent 9799de8d2d
commit 0771b2e7a8
1 changed files with 2 additions and 1 deletions

View File

@ -1240,7 +1240,8 @@ DEFINE_THISCALL_WRAPPER(_Concurrent_queue_base_v4__Internal_throw_exception, 4)
void __thiscall _Concurrent_queue_base_v4__Internal_throw_exception(
const _Concurrent_queue_base_v4 *this)
{
FIXME("(%p) stub\n", this);
TRACE("(%p)\n", this);
throw_exception(EXCEPTION_BAD_ALLOC, NULL);
}
/* ??0_Concurrent_queue_base_v4@details@Concurrency@@IAE@I@Z */