msvcp120/tests: Make i386_Thrd_current() static.

Francois Gouget fgouget at free.fr
Wed Nov 18 07:59:13 CST 2015


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/msvcp120/tests/msvcp120.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcp120/tests/msvcp120.c b/dlls/msvcp120/tests/msvcp120.c
index e69405f..12ca12d 100644
--- a/dlls/msvcp120/tests/msvcp120.c
+++ b/dlls/msvcp120/tests/msvcp120.c
@@ -150,7 +150,7 @@ static int (__cdecl *p__Thrd_join)(_Thrd_t, int*);
 
 #ifdef __i386__
 static ULONGLONG (__cdecl *p_i386_Thrd_current)(void);
-_Thrd_t __cdecl i386_Thrd_current(void)
+static _Thrd_t __cdecl i386_Thrd_current(void)
 {
     union {
         _Thrd_t thr;
-- 
2.6.2




More information about the wine-patches mailing list