src/cx/common.h

changeset 1196
6b0acad8b56d
parent 1180
4c3a69b9723a
--- 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