mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:12:57 +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
|
@ -396,8 +396,8 @@ _getcwd(
|
|||
|
||||
#if _INTEGRAL_MAX_BITS >= 64
|
||||
|
||||
_Check_return_
|
||||
__MINGW_EXTENSION
|
||||
_Check_return_
|
||||
_CRTIMP
|
||||
__int64
|
||||
__cdecl
|
||||
|
@ -452,8 +452,8 @@ _getcwd(
|
|||
_In_ intptr_t _FindHandle,
|
||||
_Out_ struct __finddata64_t *_FindData);
|
||||
|
||||
_Check_return_opt_
|
||||
__MINGW_EXTENSION
|
||||
_Check_return_opt_
|
||||
_CRTIMP
|
||||
__int64
|
||||
__cdecl
|
||||
|
@ -462,8 +462,8 @@ _getcwd(
|
|||
_In_ __int64 _Offset,
|
||||
_In_ int _Origin);
|
||||
|
||||
_Check_return_
|
||||
__MINGW_EXTENSION
|
||||
_Check_return_
|
||||
_CRTIMP
|
||||
__int64
|
||||
__cdecl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue