Fix calling conventions
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 29s
Builds / ExectOS (amd64, release) (push) Successful in 27s
Builds / ExectOS (i686, debug) (push) Successful in 28s
Builds / ExectOS (i686, release) (push) Successful in 26s

This commit is contained in:
2025-09-11 19:44:00 +02:00
父節點 cc632c5ef9
當前提交 5f44458e64
共有 2 個文件被更改,包括 5 次插入5 次删除

查看文件

@@ -610,7 +610,7 @@ RTL::Math::GetBaseExponent(IN DOUBLE Value,
*
* @since XT 1.0
*/
XTCDECL
XTAPI
BOOLEAN
RTL::Math::InfiniteDouble(IN DOUBLE Value)
{
@@ -669,7 +669,7 @@ RTL::Math::MultiplyLargeInteger(IN LARGE_INTEGER Multiplicand,
*
* @since XT 1.0
*/
XTCDECL
XTAPI
BOOLEAN
RTL::Math::NanDouble(IN DOUBLE Value)
{