Francois Gouget : msvcrt: Remove WINAPI on static functions where not needed.

Alexandre Julliard julliard at winehq.org
Wed Mar 6 13:11:54 CST 2013


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Mar  6 15:07:51 2013 +0100

msvcrt: Remove WINAPI on static functions where not needed.

---

 dlls/msvcrt/except.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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;




More information about the wine-cvs mailing list