mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[CRT/x64] Make _fpreset/_logb public, as they are exported using the .spec file
This commit is contained in:
parent
a644e7f5fd
commit
0cce1348c6
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
.code64
|
||||
|
||||
PUBLIC _fpreset
|
||||
FUNC _fpreset
|
||||
.endprolog
|
||||
fninit
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
.code64
|
||||
|
||||
PUBLIC _logb
|
||||
FUNC _logb
|
||||
.endprolog
|
||||
|
||||
|
|
Loading…
Reference in a new issue