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

This commit is contained in:
Hervé Poussineau
2021-01-07 21:12:11 +01:00
parent a644e7f5fd
commit 0cce1348c6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
.code64
PUBLIC _fpreset
FUNC _fpreset
.endprolog
fninit
+1
View File
@@ -4,6 +4,7 @@
.code64
PUBLIC _logb
FUNC _logb
.endprolog