mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[CRT]
On amd64 builds, where we don't have underscored symbols, create an alias fabs for the function _fabs, since we cannot create fabs as a label directly svn path=/trunk/; revision=52481
This commit is contained in:
parent
0d984ab4e1
commit
2f7cf157d8
1 changed files with 4 additions and 0 deletions
|
@ -18,4 +18,8 @@ _fabs:
|
|||
UNIMPLEMENTED fabs
|
||||
ret
|
||||
|
||||
#ifdef _USE_ML
|
||||
ALIAS <fabs> = <_fabs>
|
||||
#endif
|
||||
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue