vcomp/tests: Make my_for_static_init() static.

Francois Gouget fgouget at free.fr
Fri Aug 7 04:54:33 CDT 2015


---
 dlls/vcomp/tests/vcomp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/vcomp/tests/vcomp.c b/dlls/vcomp/tests/vcomp.c
index 5dbe166..bc964e5 100644
--- a/dlls/vcomp/tests/vcomp.c
+++ b/dlls/vcomp/tests/vcomp.c
@@ -684,7 +684,7 @@ static void test_vcomp_for_static_simple_init(void)
 #define VCOMP_FOR_STATIC_BROKEN_LOOP 1
 #define VCOMP_FOR_STATIC_BROKEN_NEXT 2
 
-DWORD CDECL my_for_static_init(int first, int last, int step, int chunksize, unsigned int *loops,
+static DWORD CDECL my_for_static_init(int first, int last, int step, int chunksize, unsigned int *loops,
                                int *begin, int *end, int *next, int *lastchunk)
 {
     unsigned int iterations, num_chunks, per_thread, remaining;
-- 
2.4.6




More information about the wine-patches mailing list