Commit fd104f83 authored by Dan Kegel's avatar Dan Kegel Committed by Alexandre Julliard

vcomp: No-op stub for _vcomp_barrier.

parent 2a0055af
......@@ -86,6 +86,11 @@ void CDECL omp_set_num_threads(int num_threads)
TRACE("(%d): stub\n", num_threads);
}
void CDECL _vcomp_barrier(void)
{
TRACE("stub\n");
}
void CDECL _vcomp_set_num_threads(int num_threads)
{
TRACE("(%d): stub\n", num_threads);
......
......@@ -50,7 +50,7 @@
@ stub _vcomp_atomic_xor_i2
@ stub _vcomp_atomic_xor_i4
@ stub _vcomp_atomic_xor_i8
@ stub _vcomp_barrier
@ cdecl _vcomp_barrier()
@ stub _vcomp_copyprivate_broadcast
@ stub _vcomp_copyprivate_receive
@ stub _vcomp_enter_critsect
......
......@@ -50,7 +50,7 @@
@ stub _vcomp_atomic_xor_i2
@ stub _vcomp_atomic_xor_i4
@ stub _vcomp_atomic_xor_i8
@ stub _vcomp_barrier
@ cdecl _vcomp_barrier() vcomp._vcomp_barrier
@ stub _vcomp_copyprivate_broadcast
@ stub _vcomp_copyprivate_receive
@ stub _vcomp_enter_critsect
......
......@@ -50,7 +50,7 @@
@ stub _vcomp_atomic_xor_i2
@ stub _vcomp_atomic_xor_i4
@ stub _vcomp_atomic_xor_i8
@ stub _vcomp_barrier
@ cdecl _vcomp_barrier() vcomp._vcomp_barrier
@ stub _vcomp_copyprivate_broadcast
@ stub _vcomp_copyprivate_receive
@ stub _vcomp_enter_critsect
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment