Austin English : msvcr110: Add a missing function header.

Alexandre Julliard julliard at winehq.org
Wed May 1 13:27:27 CDT 2013


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

Author: Austin English <austinenglish at gmail.com>
Date:   Tue Apr 30 15:42:30 2013 -0700

msvcr110: Add a missing function header.

---

 dlls/msvcr110/msvcr110.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/msvcr110/msvcr110.c b/dlls/msvcr110/msvcr110.c
index 1049e2a..9cf945a 100644
--- a/dlls/msvcr110/msvcr110.c
+++ b/dlls/msvcr110/msvcr110.c
@@ -40,6 +40,9 @@ BOOL WINAPI DllMain(HINSTANCE hdll, DWORD reason, LPVOID reserved)
     return TRUE;
 }
 
+/*********************************************************************
+ *  __crtSetUnhandledExceptionFilter (MSVCR110.@)
+ */
 LPTOP_LEVEL_EXCEPTION_FILTER CDECL MSVCR110__crtSetUnhandledExceptionFilter(LPTOP_LEVEL_EXCEPTION_FILTER filter)
 {
     return SetUnhandledExceptionFilter(filter);




More information about the wine-cvs mailing list