mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-30 13:26:10 +08:00
crt: Fix _wctype definitions in def files
_wctype is global variable exported from DLL library, so mark it with DATA and removes false-positive function stdcall @size decoration. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
d1155764a0
commit
0edff2af86
@ -128,7 +128,7 @@ _wcsupr_l
|
||||
_wcsupr_s
|
||||
_wcsupr_s_l
|
||||
_wcsxfrm_l
|
||||
_wctype
|
||||
_wctype DATA
|
||||
is_wctype
|
||||
isalnum
|
||||
isalpha
|
||||
|
@ -1863,9 +1863,7 @@ _wctime64
|
||||
_wctime64_s
|
||||
_wctomb_l
|
||||
_wctomb_s_l
|
||||
F_X64(_wctype DATA)
|
||||
F_I386(_wctype@50371)
|
||||
F_ARM32(_wctype)
|
||||
_wctype DATA
|
||||
F_X86_ANY(_wenviron DATA)
|
||||
F_ARM32(_wexecl)
|
||||
F_ARM32(_wexecle)
|
||||
|
@ -1151,7 +1151,7 @@ _mkgmtime
|
||||
_mkgmtime64
|
||||
F_NON_I386(_rotl64) ; i386 _rotl64 replaced by emu
|
||||
F_NON_I386(_rotr64) ; i386 _rotr64 replaced by emu
|
||||
_wctype
|
||||
_wctype DATA
|
||||
|
||||
; These symbols were added in Windows Server 2003 SP1 and Windows XP x64 OS system version of msvcrt.dll
|
||||
; This is the first X64 version of msvcrt.dll, all symbols in this section and also above this section are present in all X64 versions of msvcrt.dll
|
||||
|
@ -2081,7 +2081,7 @@ _wctime64
|
||||
_wctime64_s
|
||||
_wctomb_l
|
||||
_wctomb_s_l
|
||||
_wctype
|
||||
_wctype DATA
|
||||
_wdupenv_s
|
||||
_wexecl
|
||||
_wexecle
|
||||
|
@ -1555,7 +1555,7 @@ _wctime64
|
||||
_wctime64_s
|
||||
_wctomb_l
|
||||
_wctomb_s_l
|
||||
_wctype
|
||||
_wctype DATA
|
||||
_wdupenv_s
|
||||
_wenviron DATA
|
||||
_wexecl
|
||||
|
@ -1688,7 +1688,7 @@ _wctime64
|
||||
_wctime64_s
|
||||
_wctomb_l
|
||||
_wctomb_s_l
|
||||
_wctype ; Check!!! Couldn't determine function argument count. Function doesn't return.
|
||||
_wctype DATA
|
||||
_wdupenv_s
|
||||
_wenviron DATA
|
||||
_wexecl
|
||||
|
@ -1735,7 +1735,7 @@ _wctime64
|
||||
_wctime64_s
|
||||
_wctomb_l
|
||||
_wctomb_s_l
|
||||
_wctype@2524
|
||||
_wctype DATA
|
||||
_wdupenv_s
|
||||
_wenviron DATA
|
||||
_wexecl
|
||||
|
@ -1797,7 +1797,7 @@ _wctime64
|
||||
_wctime64_s
|
||||
_wctomb_l
|
||||
_wctomb_s_l
|
||||
_wctype@50371
|
||||
_wctype DATA
|
||||
_wdupenv_s
|
||||
_wdupenv_s_dbg
|
||||
_wenviron DATA
|
||||
|
@ -1189,7 +1189,7 @@ _wctime64
|
||||
_wctime64_s
|
||||
_wctomb_l
|
||||
_wctomb_s_l
|
||||
_wctype@50371
|
||||
_wctype DATA
|
||||
_wdupenv_s
|
||||
_wenviron DATA
|
||||
_wexecl
|
||||
|
@ -1256,7 +1256,7 @@ _wctime64
|
||||
_wctime64_s
|
||||
_wctomb_l
|
||||
_wctomb_s_l
|
||||
_wctype@50371
|
||||
_wctype DATA
|
||||
_wdupenv_s
|
||||
_wdupenv_s_dbg
|
||||
_wenviron DATA
|
||||
|
@ -1121,7 +1121,7 @@ _wctime64
|
||||
_wctime64_s
|
||||
_wctomb_l
|
||||
_wctomb_s_l
|
||||
_wctype
|
||||
_wctype DATA
|
||||
_wdupenv_s
|
||||
_wenviron DATA
|
||||
_wexecl
|
||||
|
Loading…
Reference in New Issue
Block a user