Dan Kegel : vcomp: No-op stub for _vcomp_barrier.

Alexandre Julliard julliard at winehq.org
Tue Oct 16 15:27:46 CDT 2012


Module: wine
Branch: master
Commit: fd104f83d384215e2961b69aac9ab123dde99f70
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fd104f83d384215e2961b69aac9ab123dde99f70

Author: Dan Kegel <dank at kegel.com>
Date:   Mon Oct 15 11:48:37 2012 -0700

vcomp: No-op stub for _vcomp_barrier.

---

 dlls/vcomp/main.c           |    5 +++++
 dlls/vcomp/vcomp.spec       |    2 +-
 dlls/vcomp100/vcomp100.spec |    2 +-
 dlls/vcomp90/vcomp90.spec   |    2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/dlls/vcomp/main.c b/dlls/vcomp/main.c
index 5faf0a1..34baf6e 100644
--- a/dlls/vcomp/main.c
+++ b/dlls/vcomp/main.c
@@ -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);
diff --git a/dlls/vcomp/vcomp.spec b/dlls/vcomp/vcomp.spec
index 41b57fb..21e3ff9 100644
--- a/dlls/vcomp/vcomp.spec
+++ b/dlls/vcomp/vcomp.spec
@@ -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
diff --git a/dlls/vcomp100/vcomp100.spec b/dlls/vcomp100/vcomp100.spec
index 7f52a7a..da1bad6 100644
--- a/dlls/vcomp100/vcomp100.spec
+++ b/dlls/vcomp100/vcomp100.spec
@@ -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
diff --git a/dlls/vcomp90/vcomp90.spec b/dlls/vcomp90/vcomp90.spec
index 7f52a7a..da1bad6 100644
--- a/dlls/vcomp90/vcomp90.spec
+++ b/dlls/vcomp90/vcomp90.spec
@@ -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




More information about the wine-cvs mailing list