mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 09:51:03 +08:00
[CRT/x64] Make _fpreset/_logb public, as they are exported using the .spec file
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
.code64
|
||||
|
||||
PUBLIC _fpreset
|
||||
FUNC _fpreset
|
||||
.endprolog
|
||||
fninit
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
.code64
|
||||
|
||||
PUBLIC _logb
|
||||
FUNC _logb
|
||||
.endprolog
|
||||
|
||||
|
||||
Reference in New Issue
Block a user