https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0cce1348c65729fb71a94…
commit 0cce1348c65729fb71a94c631a705eae987d8de0
Author: Hervé Poussineau <hpoussin(a)reactos.org>
AuthorDate: Wed Jan 6 21:00:09 2021 +0100
Commit: Hervé Poussineau <hpoussin(a)reactos.org>
CommitDate: Thu Jan 7 21:12:11 2021 +0100
[CRT/x64] Make _fpreset/_logb public, as they are exported using the .spec file
---
sdk/lib/crt/float/amd64/fpreset.S | 1 +
sdk/lib/crt/float/amd64/logb.S | 1 +
2 files changed, 2 insertions(+)
diff --git a/sdk/lib/crt/float/amd64/fpreset.S b/sdk/lib/crt/float/amd64/fpreset.S
index 008da4152eb..bae9ed4c856 100644
--- a/sdk/lib/crt/float/amd64/fpreset.S
+++ b/sdk/lib/crt/float/amd64/fpreset.S
@@ -3,6 +3,7 @@
.code64
+PUBLIC _fpreset
FUNC _fpreset
.endprolog
fninit
diff --git a/sdk/lib/crt/float/amd64/logb.S b/sdk/lib/crt/float/amd64/logb.S
index 47f9630ea63..2cb4bb886ec 100644
--- a/sdk/lib/crt/float/amd64/logb.S
+++ b/sdk/lib/crt/float/amd64/logb.S
@@ -4,6 +4,7 @@
.code64
+PUBLIC _logb
FUNC _logb
.endprolog