mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
[CRT] Put __MINGW_EXTENSION (whatever that means) in front of function declarations
Needed for next commit
This commit is contained in:
parent
d1f5c31820
commit
e10892e4f4
4 changed files with 26 additions and 26 deletions
|
@ -1761,16 +1761,16 @@ _CRTIMP int __cdecl iswblank(wint_t _C);
|
|||
_Pre_notnull_ _Post_z_ wchar_t *_DstBuf,
|
||||
_In_ int _Radix);
|
||||
|
||||
_Check_return_
|
||||
__MINGW_EXTENSION
|
||||
_Check_return_
|
||||
_CRTIMP
|
||||
__int64
|
||||
__cdecl
|
||||
_wtoi64(
|
||||
_In_z_ const wchar_t *_Str);
|
||||
|
||||
_Check_return_
|
||||
__MINGW_EXTENSION
|
||||
_Check_return_
|
||||
_CRTIMP
|
||||
__int64
|
||||
__cdecl
|
||||
|
@ -1778,8 +1778,8 @@ _CRTIMP int __cdecl iswblank(wint_t _C);
|
|||
_In_z_ const wchar_t *_Str,
|
||||
_In_opt_ _locale_t _Locale);
|
||||
|
||||
_Check_return_
|
||||
__MINGW_EXTENSION
|
||||
_Check_return_
|
||||
_CRTIMP
|
||||
__int64
|
||||
__cdecl
|
||||
|
@ -1788,8 +1788,8 @@ _CRTIMP int __cdecl iswblank(wint_t _C);
|
|||
_Out_opt_ _Deref_post_z_ wchar_t **_EndPtr,
|
||||
_In_ int _Radix);
|
||||
|
||||
_Check_return_
|
||||
__MINGW_EXTENSION
|
||||
_Check_return_
|
||||
_CRTIMP
|
||||
__int64
|
||||
__cdecl
|
||||
|
@ -1799,8 +1799,8 @@ _CRTIMP int __cdecl iswblank(wint_t _C);
|
|||
_In_ int _Radix,
|
||||
_In_opt_ _locale_t _Locale);
|
||||
|
||||
_Check_return_
|
||||
__MINGW_EXTENSION
|
||||
_Check_return_
|
||||
_CRTIMP
|
||||
unsigned __int64
|
||||
__cdecl
|
||||
|
@ -1809,8 +1809,8 @@ _CRTIMP int __cdecl iswblank(wint_t _C);
|
|||
_Out_opt_ _Deref_post_z_ wchar_t **_EndPtr,
|
||||
_In_ int _Radix);
|
||||
|
||||
_Check_return_
|
||||
__MINGW_EXTENSION
|
||||
_Check_return_
|
||||
_CRTIMP
|
||||
unsigned __int64
|
||||
__cdecl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue