fix overlooked renaming of cx_attr_export to CX_EXPORT

Mon, 20 Oct 2025 20:37:45 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 20 Oct 2025 20:37:45 +0200
changeset 1434
27d71ce751e9
parent 1433
81c301a59b7c
child 1435
48ebf22b698e

fix overlooked renaming of cx_attr_export to CX_EXPORT

src/cx/common.h file | annotate | diff | comparison | revisions
--- 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

mercurial