mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08: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:
@@ -18,4 +18,8 @@ _fabs:
|
||||
UNIMPLEMENTED fabs
|
||||
ret
|
||||
|
||||
#ifdef _USE_ML
|
||||
ALIAS <fabs> = <_fabs>
|
||||
#endif
|
||||
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user