Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
6bd9ea5b
Commit
6bd9ea5b
authored
Dec 02, 2020
by
Piotr Caban
Committed by
Alexandre Julliard
Dec 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Remove MSVCRT_ prefix from except.c functions.
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9011b0b7
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
62 additions
and
63 deletions
+62
-63
crtdll.spec
dlls/crtdll/crtdll.spec
+3
-3
msvcr100.spec
dlls/msvcr100/msvcr100.spec
+4
-4
msvcr110.spec
dlls/msvcr110/msvcr110.spec
+5
-5
msvcr120.spec
dlls/msvcr120/msvcr120.spec
+5
-5
msvcr70.spec
dlls/msvcr70/msvcr70.spec
+4
-4
msvcr71.spec
dlls/msvcr71/msvcr71.spec
+4
-4
msvcr80.spec
dlls/msvcr80/msvcr80.spec
+4
-4
msvcr90.spec
dlls/msvcr90/msvcr90.spec
+4
-4
except.c
dlls/msvcrt/except.c
+11
-11
exit.c
dlls/msvcrt/exit.c
+2
-2
msvcrt.h
dlls/msvcrt/msvcrt.h
+0
-1
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+4
-4
msvcrtd.spec
dlls/msvcrtd/msvcrtd.spec
+3
-3
ucrtbase.spec
dlls/ucrtbase/ucrtbase.spec
+9
-9
No files found.
dlls/crtdll/crtdll.spec
View file @
6bd9ea5b
...
...
@@ -34,7 +34,7 @@
@ cdecl __iscsym(long)
@ cdecl __iscsymf(long)
@ extern __mb_cur_max_dll MSVCRT___mb_cur_max
@ cdecl __pxcptinfoptrs()
MSVCRT___pxcptinfoptrs
@ cdecl __pxcptinfoptrs()
@ cdecl __threadhandle() kernel32.GetCurrentThread
@ cdecl __threadid() kernel32.GetCurrentThreadId
@ cdecl __toascii(long)
...
...
@@ -448,7 +448,7 @@
@ cdecl putchar(long) MSVCRT_putchar
@ cdecl puts(str) MSVCRT_puts
@ cdecl qsort(ptr long long ptr) MSVCRT_qsort
@ cdecl raise(long)
MSVCRT_raise
@ cdecl raise(long)
@ cdecl rand() MSVCRT_rand
@ cdecl realloc(ptr long)
@ cdecl remove(str) MSVCRT_remove
...
...
@@ -458,7 +458,7 @@
@ cdecl setbuf(ptr ptr) MSVCRT_setbuf
@ cdecl setlocale(long str) MSVCRT_setlocale
@ cdecl setvbuf(ptr str long long) MSVCRT_setvbuf
@ cdecl signal(long long)
MSVCRT_signal
@ cdecl signal(long long)
@ cdecl sin(double) MSVCRT_sin
@ cdecl sinh(double) MSVCRT_sinh
@ varargs sprintf(ptr str) MSVCRT_sprintf
...
...
dlls/msvcr100/msvcr100.spec
View file @
6bd9ea5b
...
...
@@ -424,7 +424,7 @@
@ cdecl -arch=win64 ?__ExceptionPtrDestroy@@YAXPEAX@Z(ptr) __ExceptionPtrDestroy
@ cdecl -arch=win32 ?__ExceptionPtrRethrow@@YAXPBX@Z(ptr) __ExceptionPtrRethrow
@ cdecl -arch=win64 ?__ExceptionPtrRethrow@@YAXPEBX@Z(ptr) __ExceptionPtrRethrow
@ cdecl __uncaught_exception()
MSVCRT___uncaught_exception
@ cdecl __uncaught_exception()
@ stub ?_inconsistency@@YAXXZ
@ cdecl -arch=win32 ?_invalid_parameter@@YAXPBG00II@Z(wstr wstr wstr long long) _invalid_parameter
@ cdecl -arch=win64 ?_invalid_parameter@@YAXPEBG00I_K@Z(wstr wstr wstr long long) _invalid_parameter
...
...
@@ -650,7 +650,7 @@
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@ stub __pwctype_func
@ cdecl __pxcptinfoptrs()
MSVCRT___pxcptinfoptrs
@ cdecl __pxcptinfoptrs()
@ stub __report_gsfailure
@ cdecl __set_app_type(long)
@ stub __set_flsgetvalue
...
...
@@ -1770,7 +1770,7 @@
@ cdecl putwchar(long) MSVCRT__fputwchar
@ cdecl qsort(ptr long long ptr) MSVCRT_qsort
@ cdecl qsort_s(ptr long long ptr ptr) MSVCRT_qsort_s
@ cdecl raise(long)
MSVCRT_raise
@ cdecl raise(long)
@ cdecl rand() MSVCRT_rand
@ cdecl rand_s(ptr) MSVCRT_rand_s
@ cdecl realloc(ptr long)
...
...
@@ -1783,7 +1783,7 @@
@ cdecl -arch=arm,x86_64 -norelay -private setjmp(ptr) MSVCRT__setjmp
@ cdecl setlocale(long str) MSVCRT_setlocale
@ cdecl setvbuf(ptr str long long) MSVCRT_setvbuf
@ cdecl signal(long long)
MSVCRT_signal
@ cdecl signal(long long)
@ cdecl sin(double) MSVCRT_sin
@ cdecl -arch=!i386 sinf(float) MSVCRT_sinf
@ cdecl sinh(double) MSVCRT_sinh
...
...
dlls/msvcr110/msvcr110.spec
View file @
6bd9ea5b
...
...
@@ -706,7 +706,7 @@
@ stub -arch=win64 ?__ExceptionPtrSwap@@YAXPEAX0@Z
@ cdecl -arch=win32 ?__ExceptionPtrToBool@@YA_NPBX@Z(ptr) __ExceptionPtrToBool
@ cdecl -arch=win64 ?__ExceptionPtrToBool@@YA_NPEBX@Z(ptr) __ExceptionPtrToBool
@ cdecl __uncaught_exception()
MSVCRT___uncaught_exception
@ cdecl __uncaught_exception()
@ stub ?_inconsistency@@YAXXZ
@ cdecl -arch=win32 ?_invalid_parameter@@YAXPBG00II@Z(wstr wstr wstr long long) _invalid_parameter
@ cdecl -arch=win64 ?_invalid_parameter@@YAXPEBG00I_K@Z(wstr wstr wstr long long) _invalid_parameter
...
...
@@ -928,7 +928,7 @@
@ stub -arch=i386,win64 __crtLCMapStringEx
@ cdecl __crtLCMapStringW(long long wstr long ptr long long long)
@ stub -arch=i386,win64 __crtSetThreadStackGuarantee
@ cdecl __crtSetUnhandledExceptionFilter(ptr)
MSVCR110__crtSetUnhandledExceptionFilter
@ cdecl __crtSetUnhandledExceptionFilter(ptr)
@ cdecl -arch=i386,win64 __crtTerminateProcess(long) MSVCR110__crtTerminateProcess
@ cdecl -arch=i386,win64 __crtUnhandledException(ptr) MSVCRT__crtUnhandledException
@ cdecl __daylight() MSVCRT___p__daylight
...
...
@@ -999,7 +999,7 @@
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@ stub __pwctype_func
@ cdecl __pxcptinfoptrs()
MSVCRT___pxcptinfoptrs
@ cdecl __pxcptinfoptrs()
@ stub __report_gsfailure
@ cdecl __set_app_type(long)
@ extern __setlc_active MSVCRT___setlc_active
...
...
@@ -2128,7 +2128,7 @@
@ cdecl putwchar(long) MSVCRT__fputwchar
@ cdecl qsort(ptr long long ptr) MSVCRT_qsort
@ cdecl qsort_s(ptr long long ptr ptr) MSVCRT_qsort_s
@ cdecl raise(long)
MSVCRT_raise
@ cdecl raise(long)
@ cdecl rand() MSVCRT_rand
@ cdecl rand_s(ptr) MSVCRT_rand_s
@ cdecl realloc(ptr long)
...
...
@@ -2141,7 +2141,7 @@
@ cdecl -arch=arm,x86_64 -norelay -private setjmp(ptr) MSVCRT__setjmp
@ cdecl setlocale(long str) MSVCRT_setlocale
@ cdecl setvbuf(ptr str long long) MSVCRT_setvbuf
@ cdecl signal(long long)
MSVCRT_signal
@ cdecl signal(long long)
@ cdecl sin(double) MSVCRT_sin
@ cdecl -arch=!i386 sinf(float) MSVCRT_sinf
@ cdecl sinh(double) MSVCRT_sinh
...
...
dlls/msvcr120/msvcr120.spec
View file @
6bd9ea5b
...
...
@@ -688,7 +688,7 @@
@ stub -arch=win64 ?__ExceptionPtrSwap@@YAXPEAX0@Z
@ cdecl -arch=win32 ?__ExceptionPtrToBool@@YA_NPBX@Z(ptr) __ExceptionPtrToBool
@ cdecl -arch=win64 ?__ExceptionPtrToBool@@YA_NPEBX@Z(ptr) __ExceptionPtrToBool
@ cdecl __uncaught_exception()
MSVCRT___uncaught_exception
@ cdecl __uncaught_exception()
@ stub ?_inconsistency@@YAXXZ
@ cdecl -arch=win32 ?_invalid_parameter@@YAXPBG00II@Z(wstr wstr wstr long long) _invalid_parameter
@ cdecl -arch=win64 ?_invalid_parameter@@YAXPEBG00I_K@Z(wstr wstr wstr long long) _invalid_parameter
...
...
@@ -917,7 +917,7 @@
@ cdecl __crtLCMapStringW(long long wstr long ptr long long long)
@ stub __crtSetFileInformationByHandle
@ stub -arch=i386,win64 __crtSetThreadStackGuarantee
@ cdecl __crtSetUnhandledExceptionFilter(ptr)
MSVCR110__crtSetUnhandledExceptionFilter
@ cdecl __crtSetUnhandledExceptionFilter(ptr)
@ cdecl -arch=i386,win64 __crtTerminateProcess(long) MSVCR110__crtTerminateProcess
@ cdecl __crtSleep(long) MSVCRT__crtSleep
@ cdecl -arch=i386,win64 __crtUnhandledException(ptr) MSVCRT__crtUnhandledException
...
...
@@ -989,7 +989,7 @@
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@ stub __pwctype_func
@ cdecl __pxcptinfoptrs()
MSVCRT___pxcptinfoptrs
@ cdecl __pxcptinfoptrs()
@ stub __report_gsfailure
@ cdecl __set_app_type(long)
@ extern __setlc_active MSVCRT___setlc_active
...
...
@@ -2320,7 +2320,7 @@
@ cdecl putwchar(long) MSVCRT__fputwchar
@ cdecl qsort(ptr long long ptr) MSVCRT_qsort
@ cdecl qsort_s(ptr long long ptr ptr) MSVCRT_qsort_s
@ cdecl raise(long)
MSVCRT_raise
@ cdecl raise(long)
@ cdecl rand() MSVCRT_rand
@ cdecl rand_s(ptr) MSVCRT_rand_s
@ cdecl realloc(ptr long)
...
...
@@ -2351,7 +2351,7 @@
@ cdecl -arch=arm,x86_64 -norelay -private setjmp(ptr) MSVCRT__setjmp
@ cdecl setlocale(long str) MSVCRT_setlocale
@ cdecl setvbuf(ptr str long long) MSVCRT_setvbuf
@ cdecl signal(long long)
MSVCRT_signal
@ cdecl signal(long long)
@ cdecl sin(double) MSVCRT_sin
@ cdecl -arch=!i386 sinf(float) MSVCRT_sinf
@ cdecl sinh(double) MSVCRT_sinh
...
...
dlls/msvcr70/msvcr70.spec
View file @
6bd9ea5b
...
...
@@ -68,7 +68,7 @@
@ cdecl -arch=win64 ??_U@YAPEAX_K@Z(long) operator_new
@ cdecl -arch=win32 ??_V@YAXPAX@Z(ptr) operator_delete
@ cdecl -arch=win64 ??_V@YAXPEAX@Z(ptr) operator_delete
@ cdecl __uncaught_exception()
MSVCRT___uncaught_exception
@ cdecl __uncaught_exception()
@ cdecl -arch=win32 ?_query_new_handler@@YAP6AHI@ZXZ() _query_new_handler
@ cdecl -arch=win64 ?_query_new_handler@@YAP6AH_K@ZXZ() _query_new_handler
@ cdecl ?_query_new_mode@@YAHXZ() _query_new_mode
...
...
@@ -193,7 +193,7 @@
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@ stub __pwctype_func
@ cdecl __pxcptinfoptrs()
MSVCRT___pxcptinfoptrs
@ cdecl __pxcptinfoptrs()
@ cdecl __security_error_handler(long ptr)
@ cdecl __set_app_type(long)
@ stub __set_buffer_overrun_handler
...
...
@@ -795,7 +795,7 @@
@ cdecl putwc(long ptr) MSVCRT_fputwc
@ cdecl putwchar(long) MSVCRT__fputwchar
@ cdecl qsort(ptr long long ptr) MSVCRT_qsort
@ cdecl raise(long)
MSVCRT_raise
@ cdecl raise(long)
@ cdecl rand() MSVCRT_rand
@ cdecl realloc(ptr long)
@ cdecl remove(str) MSVCRT_remove
...
...
@@ -805,7 +805,7 @@
@ cdecl setbuf(ptr ptr) MSVCRT_setbuf
@ cdecl setlocale(long str) MSVCRT_setlocale
@ cdecl setvbuf(ptr str long long) MSVCRT_setvbuf
@ cdecl signal(long long)
MSVCRT_signal
@ cdecl signal(long long)
@ cdecl sin(double) MSVCRT_sin
@ cdecl sinh(double) MSVCRT_sinh
@ varargs sprintf(ptr str) MSVCRT_sprintf
...
...
dlls/msvcr71/msvcr71.spec
View file @
6bd9ea5b
...
...
@@ -58,7 +58,7 @@
@ cdecl -arch=win64 ??_U@YAPEAX_K@Z(long) operator_new
@ cdecl -arch=win32 ??_V@YAXPAX@Z(ptr) operator_delete
@ cdecl -arch=win64 ??_V@YAXPEAX@Z(ptr) operator_delete
@ cdecl __uncaught_exception()
MSVCRT___uncaught_exception
@ cdecl __uncaught_exception()
@ cdecl -arch=win32 ?_query_new_handler@@YAP6AHI@ZXZ() _query_new_handler
@ cdecl -arch=win64 ?_query_new_handler@@YAP6AH_K@ZXZ() _query_new_handler
@ cdecl ?_query_new_mode@@YAHXZ() _query_new_mode
...
...
@@ -188,7 +188,7 @@
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@ stub __pwctype_func
@ cdecl __pxcptinfoptrs()
MSVCRT___pxcptinfoptrs
@ cdecl __pxcptinfoptrs()
@ cdecl __security_error_handler(long ptr)
@ cdecl __set_app_type(long)
@ stub __set_buffer_overrun_handler
...
...
@@ -791,7 +791,7 @@
@ cdecl putwc(long ptr) MSVCRT_fputwc
@ cdecl putwchar(long) MSVCRT__fputwchar
@ cdecl qsort(ptr long long ptr) MSVCRT_qsort
@ cdecl raise(long)
MSVCRT_raise
@ cdecl raise(long)
@ cdecl rand() MSVCRT_rand
@ cdecl realloc(ptr long)
@ cdecl remove(str) MSVCRT_remove
...
...
@@ -801,7 +801,7 @@
@ cdecl setbuf(ptr ptr) MSVCRT_setbuf
@ cdecl setlocale(long str) MSVCRT_setlocale
@ cdecl setvbuf(ptr str long long) MSVCRT_setvbuf
@ cdecl signal(long long)
MSVCRT_signal
@ cdecl signal(long long)
@ cdecl sin(double) MSVCRT_sin
@ cdecl sinh(double) MSVCRT_sinh
@ varargs sprintf(ptr str) MSVCRT_sprintf
...
...
dlls/msvcr80/msvcr80.spec
View file @
6bd9ea5b
...
...
@@ -80,7 +80,7 @@
@ stub -arch=win64 ?_ValidateRead@@YAHPEBXI@Z # int __cdecl _ValidateRead(void const * __ptr64,unsigned int)
@ stub -arch=win32 ?_ValidateWrite@@YAHPAXI@Z # int __cdecl _ValidateWrite(void *,unsigned int)
@ stub -arch=win64 ?_ValidateWrite@@YAHPEAXI@Z # int __cdecl _ValidateWrite(void * __ptr64,unsigned int)
@ cdecl __uncaught_exception()
MSVCRT___uncaught_exception
@ cdecl __uncaught_exception()
@ stub ?_inconsistency@@YAXXZ
@ cdecl -arch=win32 ?_invalid_parameter@@YAXPBG00II@Z(wstr wstr wstr long long) _invalid_parameter
@ cdecl -arch=win64 ?_invalid_parameter@@YAXPEBG00I_K@Z(wstr wstr wstr long long) _invalid_parameter
...
...
@@ -299,7 +299,7 @@
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@ stub __pwctype_func
@ cdecl __pxcptinfoptrs()
MSVCRT___pxcptinfoptrs
@ cdecl __pxcptinfoptrs()
@ stub __report_gsfailure
@ cdecl __set_app_type(long)
@ stub __set_flsgetvalue
...
...
@@ -1451,7 +1451,7 @@
@ cdecl putwchar(long) MSVCRT__fputwchar
@ cdecl qsort(ptr long long ptr) MSVCRT_qsort
@ cdecl qsort_s(ptr long long ptr ptr) MSVCRT_qsort_s
@ cdecl raise(long)
MSVCRT_raise
@ cdecl raise(long)
@ cdecl rand() MSVCRT_rand
@ cdecl rand_s(ptr) MSVCRT_rand_s
@ cdecl realloc(ptr long)
...
...
@@ -1464,7 +1464,7 @@
@ cdecl -arch=arm,x86_64 -norelay -private setjmp(ptr) MSVCRT__setjmp
@ cdecl setlocale(long str) MSVCRT_setlocale
@ cdecl setvbuf(ptr str long long) MSVCRT_setvbuf
@ cdecl signal(long long)
MSVCRT_signal
@ cdecl signal(long long)
@ cdecl sin(double) MSVCRT_sin
@ cdecl -arch=!i386 sinf(float) MSVCRT_sinf
@ cdecl sinh(double) MSVCRT_sinh
...
...
dlls/msvcr90/msvcr90.spec
View file @
6bd9ea5b
...
...
@@ -80,7 +80,7 @@
@ stub -arch=win64 ?_ValidateRead@@YAHPEBXI@Z # int __cdecl _ValidateRead(void const * __ptr64,unsigned int)
@ stub -arch=win32 ?_ValidateWrite@@YAHPAXI@Z # int __cdecl _ValidateWrite(void *,unsigned int)
@ stub -arch=win64 ?_ValidateWrite@@YAHPEAXI@Z # int __cdecl _ValidateWrite(void * __ptr64,unsigned int)
@ cdecl __uncaught_exception()
MSVCRT___uncaught_exception
@ cdecl __uncaught_exception()
@ stub ?_inconsistency@@YAXXZ
@ cdecl -arch=win32 ?_invalid_parameter@@YAXPBG00II@Z(wstr wstr wstr long long) _invalid_parameter
@ cdecl -arch=win64 ?_invalid_parameter@@YAXPEBG00I_K@Z(wstr wstr wstr long long) _invalid_parameter
...
...
@@ -283,7 +283,7 @@
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@ stub __pwctype_func
@ cdecl __pxcptinfoptrs()
MSVCRT___pxcptinfoptrs
@ cdecl __pxcptinfoptrs()
@ stub __report_gsfailure
@ cdecl __set_app_type(long)
@ stub __set_flsgetvalue
...
...
@@ -1423,7 +1423,7 @@
@ cdecl putwchar(long) MSVCRT__fputwchar
@ cdecl qsort(ptr long long ptr) MSVCRT_qsort
@ cdecl qsort_s(ptr long long ptr ptr) MSVCRT_qsort_s
@ cdecl raise(long)
MSVCRT_raise
@ cdecl raise(long)
@ cdecl rand() MSVCRT_rand
@ cdecl rand_s(ptr) MSVCRT_rand_s
@ cdecl realloc(ptr long)
...
...
@@ -1436,7 +1436,7 @@
@ cdecl -arch=arm,x86_64 -norelay -private setjmp(ptr) MSVCRT__setjmp
@ cdecl setlocale(long str) MSVCRT_setlocale
@ cdecl setvbuf(ptr str long long) MSVCRT_setvbuf
@ cdecl signal(long long)
MSVCRT_signal
@ cdecl signal(long long)
@ cdecl sin(double) MSVCRT_sin
@ cdecl sinh(double) MSVCRT_sinh
@ cdecl -arch=!i386 sinf(float) MSVCRT_sinf
...
...
dlls/msvcrt/except.c
View file @
6bd9ea5b
...
...
@@ -68,7 +68,7 @@ static BOOL WINAPI msvcrt_console_handler(DWORD ctrlType)
/*********************************************************************
* __pxcptinfoptrs (MSVCRT.@)
*/
void
**
CDECL
MSVCRT_
__pxcptinfoptrs
(
void
)
void
**
CDECL
__pxcptinfoptrs
(
void
)
{
return
(
void
**
)
&
msvcrt_get_thread_data
()
->
xcptinfo
;
}
...
...
@@ -105,7 +105,7 @@ static LONG msvcrt_exception_filter(struct _EXCEPTION_POINTERS *except)
{
if
(
handler
!=
SIG_IGN
)
{
EXCEPTION_POINTERS
**
ep
=
(
EXCEPTION_POINTERS
**
)
MSVCRT_
__pxcptinfoptrs
(),
*
old_ep
;
EXCEPTION_POINTERS
**
ep
=
(
EXCEPTION_POINTERS
**
)
__pxcptinfoptrs
(),
*
old_ep
;
old_ep
=
*
ep
;
*
ep
=
except
;
...
...
@@ -131,7 +131,7 @@ static LONG msvcrt_exception_filter(struct _EXCEPTION_POINTERS *except)
{
if
(
handler
!=
SIG_IGN
)
{
EXCEPTION_POINTERS
**
ep
=
(
EXCEPTION_POINTERS
**
)
MSVCRT_
__pxcptinfoptrs
(),
*
old_ep
;
EXCEPTION_POINTERS
**
ep
=
(
EXCEPTION_POINTERS
**
)
__pxcptinfoptrs
(),
*
old_ep
;
unsigned
int
i
;
int
float_signal
=
_FPE_INVALID
;
...
...
@@ -160,7 +160,7 @@ static LONG msvcrt_exception_filter(struct _EXCEPTION_POINTERS *except)
{
if
(
handler
!=
SIG_IGN
)
{
EXCEPTION_POINTERS
**
ep
=
(
EXCEPTION_POINTERS
**
)
MSVCRT_
__pxcptinfoptrs
(),
*
old_ep
;
EXCEPTION_POINTERS
**
ep
=
(
EXCEPTION_POINTERS
**
)
__pxcptinfoptrs
(),
*
old_ep
;
old_ep
=
*
ep
;
*
ep
=
except
;
...
...
@@ -190,7 +190,7 @@ void msvcrt_free_signals(void)
* Some signals may never be generated except through an explicit call to
* raise.
*/
__sighandler_t
CDECL
MSVCRT_
signal
(
int
sig
,
__sighandler_t
func
)
__sighandler_t
CDECL
signal
(
int
sig
,
__sighandler_t
func
)
{
__sighandler_t
ret
=
SIG_ERR
;
...
...
@@ -222,7 +222,7 @@ __sighandler_t CDECL MSVCRT_signal(int sig, __sighandler_t func)
/*********************************************************************
* raise (MSVCRT.@)
*/
int
CDECL
MSVCRT_
raise
(
int
sig
)
int
CDECL
raise
(
int
sig
)
{
__sighandler_t
handler
;
...
...
@@ -237,7 +237,7 @@ int CDECL MSVCRT_raise(int sig)
if
(
handler
==
SIG_DFL
)
MSVCRT__exit
(
3
);
if
(
handler
!=
SIG_IGN
)
{
EXCEPTION_POINTERS
**
ep
=
(
EXCEPTION_POINTERS
**
)
MSVCRT_
__pxcptinfoptrs
(),
*
old_ep
;
EXCEPTION_POINTERS
**
ep
=
(
EXCEPTION_POINTERS
**
)
__pxcptinfoptrs
(),
*
old_ep
;
sighandlers
[
sig
]
=
SIG_DFL
;
...
...
@@ -290,7 +290,7 @@ int CDECL _abnormal_termination(void)
/******************************************************************
* __uncaught_exception (MSVCRT.@)
*/
BOOL
CDECL
MSVCRT_
__uncaught_exception
(
void
)
BOOL
CDECL
__uncaught_exception
(
void
)
{
return
msvcrt_get_thread_data
()
->
processing_throw
!=
0
;
}
...
...
@@ -330,7 +330,7 @@ void CDECL __security_error_handler(int code, void *data)
/*********************************************************************
* __crtSetUnhandledExceptionFilter (MSVCR110.@)
*/
LPTOP_LEVEL_EXCEPTION_FILTER
CDECL
MSVCR110
__crtSetUnhandledExceptionFilter
(
LPTOP_LEVEL_EXCEPTION_FILTER
filter
)
LPTOP_LEVEL_EXCEPTION_FILTER
CDECL
__crtSetUnhandledExceptionFilter
(
LPTOP_LEVEL_EXCEPTION_FILTER
filter
)
{
return
SetUnhandledExceptionFilter
(
filter
);
}
...
...
@@ -482,7 +482,7 @@ struct __std_exception_data {
/*********************************************************************
* __std_exception_copy (UCRTBASE.@)
*/
void
CDECL
MSVCRT_
__std_exception_copy
(
const
struct
__std_exception_data
*
src
,
void
CDECL
__std_exception_copy
(
const
struct
__std_exception_data
*
src
,
struct
__std_exception_data
*
dst
)
{
TRACE
(
"(%p %p)
\n
"
,
src
,
dst
);
...
...
@@ -499,7 +499,7 @@ void CDECL MSVCRT___std_exception_copy(const struct __std_exception_data *src,
/*********************************************************************
* __std_exception_destroy (UCRTBASE.@)
*/
void
CDECL
MSVCRT_
__std_exception_destroy
(
struct
__std_exception_data
*
data
)
void
CDECL
__std_exception_destroy
(
struct
__std_exception_data
*
data
)
{
TRACE
(
"(%p)
\n
"
,
data
);
...
...
dlls/msvcrt/exit.c
View file @
6bd9ea5b
...
...
@@ -259,7 +259,7 @@ void CDECL MSVCRT_abort(void)
else
_cputs
(
"
\n
abnormal program termination
\n
"
);
}
MSVCRT_
raise
(
SIGABRT
);
raise
(
SIGABRT
);
/* in case raise() returns */
MSVCRT__exit
(
3
);
}
...
...
@@ -298,7 +298,7 @@ void CDECL MSVCRT__wassert(const wchar_t* str, const wchar_t* file, unsigned int
else
MSVCRT_fwprintf
(
MSVCRT_stderr
,
L"Assertion failed: %ls, file %ls, line %d
\n\n
"
,
str
,
file
,
line
);
MSVCRT_
raise
(
SIGABRT
);
raise
(
SIGABRT
);
MSVCRT__exit
(
3
);
}
...
...
dlls/msvcrt/msvcrt.h
View file @
6bd9ea5b
...
...
@@ -641,7 +641,6 @@ int WINAPIV MSVCRT__snwprintf(wchar_t*, size_t, const wchar_t*, ...);
int
WINAPIV
MSVCRT_sprintf
(
char
*
,
const
char
*
,...);
int
WINAPIV
MSVCRT__snprintf
(
char
*
,
size_t
,
const
char
*
,...);
int
WINAPIV
MSVCRT__scprintf
(
const
char
*
,...);
int
__cdecl
MSVCRT_raise
(
int
sig
);
int
__cdecl
MSVCRT__set_printf_count_output
(
int
);
#define MSVCRT__ENABLE_PER_THREAD_LOCALE 1
...
...
dlls/msvcrt/msvcrt.spec
View file @
6bd9ea5b
...
...
@@ -277,7 +277,7 @@
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
# stub __pwctype_func()
@ cdecl __pxcptinfoptrs()
MSVCRT___pxcptinfoptrs
@ cdecl __pxcptinfoptrs()
@ cdecl __set_app_type(long)
@ extern __setlc_active MSVCRT___setlc_active
@ cdecl __setusermatherr(ptr) MSVCRT___setusermatherr
...
...
@@ -285,7 +285,7 @@
@ cdecl __threadhandle() kernel32.GetCurrentThread
@ cdecl __threadid() kernel32.GetCurrentThreadId
@ cdecl __toascii(long)
@ cdecl __uncaught_exception()
MSVCRT___uncaught_exception
@ cdecl __uncaught_exception()
@ cdecl __unDName(ptr str long ptr ptr long)
@ cdecl __unDNameEx(ptr str long ptr ptr ptr long)
@ extern __unguarded_readlc_active MSVCRT___unguarded_readlc_active
...
...
@@ -1395,7 +1395,7 @@
@ cdecl putwchar(long) MSVCRT__fputwchar
@ cdecl qsort(ptr long long ptr) MSVCRT_qsort
@ cdecl qsort_s(ptr long long ptr ptr) MSVCRT_qsort_s
@ cdecl raise(long)
MSVCRT_raise
@ cdecl raise(long)
@ cdecl rand() MSVCRT_rand
@ cdecl rand_s(ptr) MSVCRT_rand_s
@ cdecl realloc(ptr long)
...
...
@@ -1408,7 +1408,7 @@
@ cdecl -arch=arm,x86_64 -norelay -private setjmp(ptr) MSVCRT__setjmp
@ cdecl setlocale(long str) MSVCRT_setlocale
@ cdecl setvbuf(ptr str long long) MSVCRT_setvbuf
@ cdecl signal(long long)
MSVCRT_signal
@ cdecl signal(long long)
@ cdecl sin(double) MSVCRT_sin
@ cdecl sinh(double) MSVCRT_sinh
@ cdecl -arch=!i386 sinf(float) MSVCRT_sinf
...
...
dlls/msvcrtd/msvcrtd.spec
View file @
6bd9ea5b
...
...
@@ -184,7 +184,7 @@
@ cdecl __p__wpgmptr()
@ cdecl __pctype_func()
@ extern __pioinfo MSVCRT___pioinfo
@ cdecl __pxcptinfoptrs()
MSVCRT___pxcptinfoptrs
@ cdecl __pxcptinfoptrs()
@ cdecl __set_app_type(long)
@ extern __setlc_active MSVCRT___setlc_active
@ cdecl __setusermatherr(ptr) MSVCRT___setusermatherr
...
...
@@ -747,7 +747,7 @@
@ cdecl putwc(long ptr) MSVCRT_fputwc
@ cdecl putwchar(long) MSVCRT__fputwchar
@ cdecl qsort(ptr long long ptr) MSVCRT_qsort
@ cdecl raise(long)
MSVCRT_raise
@ cdecl raise(long)
@ cdecl rand() MSVCRT_rand
@ cdecl realloc(ptr long)
@ cdecl remove(str) MSVCRT_remove
...
...
@@ -757,7 +757,7 @@
@ cdecl setbuf(ptr ptr) MSVCRT_setbuf
@ cdecl setlocale(long str) MSVCRT_setlocale
@ cdecl setvbuf(ptr str long long) MSVCRT_setvbuf
@ cdecl signal(long long)
MSVCRT_signal
@ cdecl signal(long long)
@ cdecl sin(double) MSVCRT_sin
@ cdecl sinh(double) MSVCRT_sinh
@ varargs sprintf(ptr str) MSVCRT_sprintf
...
...
dlls/ucrtbase/ucrtbase.spec
View file @
6bd9ea5b
...
...
@@ -137,11 +137,11 @@
@ cdecl __pctype_func()
@ cdecl __processing_throw()
@ stub __pwctype_func
@ cdecl __pxcptinfoptrs()
MSVCRT___pxcptinfoptrs
@ cdecl __pxcptinfoptrs()
@ stub __report_gsfailure
@ cdecl __setusermatherr(ptr) MSVCRT___setusermatherr
@ cdecl __std_exception_copy(ptr ptr)
MSVCRT___std_exception_copy
@ cdecl __std_exception_destroy(ptr)
MSVCRT___std_exception_destroy
@ cdecl __std_exception_copy(ptr ptr)
@ cdecl __std_exception_destroy(ptr)
@ cdecl __std_type_info_compare(ptr ptr)
@ cdecl __std_type_info_destroy_list(ptr)
@ cdecl __std_type_info_hash(ptr)
...
...
@@ -174,7 +174,7 @@
@ cdecl __tzname() __p__tzname
@ cdecl __unDName(ptr str long ptr ptr long)
@ cdecl __unDNameEx(ptr str long ptr ptr ptr long)
@ cdecl __uncaught_exception()
MSVCRT___uncaught_exception
@ cdecl __uncaught_exception()
@ cdecl __wcserror(wstr)
@ cdecl __wcserror_s(ptr long wstr)
@ stub __wcsncnt
...
...
@@ -806,8 +806,8 @@
@ cdecl _o___p__wpgmptr() __p__wpgmptr
@ cdecl _o___pctype_func() __pctype_func
@ stub _o___pwctype_func
@ cdecl _o___std_exception_copy(ptr ptr)
MSVCRT_
__std_exception_copy
@ cdecl _o___std_exception_destroy(ptr)
MSVCRT_
__std_exception_destroy
@ cdecl _o___std_exception_copy(ptr ptr) __std_exception_copy
@ cdecl _o___std_exception_destroy(ptr) __std_exception_destroy
@ cdecl _o___std_type_info_destroy_list(ptr) __std_type_info_destroy_list
@ cdecl _o___std_type_info_name(ptr ptr) __std_type_info_name
@ cdecl _o___stdio_common_vfprintf(int64 ptr str ptr ptr) MSVCRT__stdio_common_vfprintf
...
...
@@ -1742,7 +1742,7 @@
@ cdecl _o_putwchar(long) MSVCRT__fputwchar
@ cdecl _o_qsort(ptr long long ptr) MSVCRT_qsort
@ cdecl _o_qsort_s(ptr long long ptr ptr) MSVCRT_qsort_s
@ cdecl _o_raise(long)
MSVCRT_
raise
@ cdecl _o_raise(long) raise
@ cdecl _o_rand() MSVCRT_rand
@ cdecl _o_rand_s(ptr) MSVCRT_rand_s
@ cdecl _o_realloc(ptr long) realloc
...
...
@@ -2455,7 +2455,7 @@
@ cdecl qsort(ptr long long ptr) MSVCRT_qsort
@ cdecl qsort_s(ptr long long ptr ptr) MSVCRT_qsort_s
@ cdecl quick_exit(long) MSVCRT_quick_exit
@ cdecl raise(long)
MSVCRT_raise
@ cdecl raise(long)
@ cdecl rand() MSVCRT_rand
@ cdecl rand_s(ptr) MSVCRT_rand_s
@ cdecl realloc(ptr long)
...
...
@@ -2486,7 +2486,7 @@
@ cdecl -arch=arm,x86_64 -norelay -private setjmp(ptr) MSVCRT__setjmp
@ cdecl setlocale(long str) MSVCRT_setlocale
@ cdecl setvbuf(ptr str long long) MSVCRT_setvbuf
@ cdecl signal(long long)
MSVCRT_signal
@ cdecl signal(long long)
@ cdecl sin(double) MSVCRT_sin
@ cdecl -arch=!i386 sinf(float) MSVCRT_sinf
@ cdecl sinh(double) MSVCRT_sinh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment