mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +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
|
@ -391,8 +391,8 @@ extern "C" {
|
|||
_In_ __int64 _Offset,
|
||||
_In_ int _Origin);
|
||||
|
||||
_Check_return_
|
||||
__MINGW_EXTENSION
|
||||
_Check_return_
|
||||
_CRTIMP
|
||||
__int64
|
||||
__cdecl
|
||||
|
@ -1186,8 +1186,8 @@ extern "C" {
|
|||
_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