add docstring to cx_attr_export

Tue, 11 Feb 2025 21:33:42 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 11 Feb 2025 21:33:42 +0100
changeset 1196
6b0acad8b56d
parent 1195
7e7e1c0d5029
child 1197
6dadac4864dc

add docstring to cx_attr_export

src/cx/common.h file | annotate | diff | comparison | revisions
--- a/src/cx/common.h	Tue Feb 11 21:31:02 2025 +0100
+++ b/src/cx/common.h	Tue Feb 11 21:33:42 2025 +0100
@@ -281,6 +281,7 @@
 #elif defined(CX_WINDLL)
 #define cx_attr_export __declspec(dllimport)
 #else
+/** Only used for building Windows DLLs. */
 #define cx_attr_export
 #endif // CX_WINDLL / CX_WINDLL_EXPORT
 

mercurial