mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix unexpected side-effect of properly defining CDECL for CRT (how is gcc fine with this?)
svn path=/trunk/; revision=69239
This commit is contained in:
@@ -16,7 +16,7 @@ static _invalid_parameter_handler invalid_parameter_handler = NULL;
|
||||
/*********************************************************************
|
||||
* _errno (MSVCRT.@)
|
||||
*/
|
||||
int CDECL *_errno(void)
|
||||
int* CDECL _errno(void)
|
||||
{
|
||||
return &(msvcrt_get_thread_data()->thread_errno);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user