msvcrt: Remove WINAPI on static functions where not needed.

Francois Gouget fgouget at free.fr
Wed Mar 6 08:07:51 CST 2013


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

diff --git a/dlls/msvcrt/except.c b/dlls/msvcrt/except.c
index 32cf3b0..b77daa1 100644
--- a/dlls/msvcrt/except.c
+++ b/dlls/msvcrt/except.c
@@ -86,7 +86,7 @@ static const struct
  { EXCEPTION_FLT_UNDERFLOW, MSVCRT__FPE_UNDERFLOW },
 };
 
-static LONG WINAPI msvcrt_exception_filter(struct _EXCEPTION_POINTERS *except)
+static LONG msvcrt_exception_filter(struct _EXCEPTION_POINTERS *except)
 {
     LONG ret = EXCEPTION_CONTINUE_SEARCH;
     MSVCRT___sighandler_t handler;
-- 
1.7.10.4



More information about the wine-patches mailing list