# HG changeset patch # User Mike Becker # Date 1760985465 -7200 # Node ID 27d71ce751e9a482897a5098bb35d55b9260692e # Parent 81c301a59b7c024717e2b5213d6be2bef0a581db fix overlooked renaming of cx_attr_export to CX_EXPORT diff -r 81c301a59b7c -r 27d71ce751e9 src/cx/common.h --- a/src/cx/common.h Mon Oct 20 20:10:36 2025 +0200 +++ b/src/cx/common.h Mon Oct 20 20:37:45 2025 +0200 @@ -355,7 +355,7 @@ #if __cplusplus extern "C" #endif -cx_attr_export int cx_szmul_impl(size_t a, size_t b, size_t *result); +CX_EXPORT int cx_szmul_impl(size_t a, size_t b, size_t *result); #endif // cx_szmul #endif // UCX_COMMON_H