Fix calling conventions

This commit is contained in:
2025-09-11 19:44:00 +02:00
parent cc632c5ef9
commit 5f44458e64
2 changed files with 5 additions and 5 deletions

View File

@@ -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)
{