[CRT/x64] Make _fpreset/_logb public, as they are exported using the .spec file

This commit is contained in:
Hervé Poussineau 2021-01-06 21:00:09 +01:00
parent a644e7f5fd
commit 0cce1348c6
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
.code64
PUBLIC _fpreset
FUNC _fpreset
.endprolog
fninit

View file

@ -4,6 +4,7 @@
.code64
PUBLIC _logb
FUNC _logb
.endprolog