extern here is literally C `extern`, not DLL exported functions, see libs/tk/ztk/ztk/atkversion.h ``` #ifndef _ATK_EXTERN #define _ATK_EXTERN extern #endif ```
extern here is literally C `extern`, not DLL exported functions, see libs/tk/ztk/ztk/atkversion.h ``` #ifndef _ATK_EXTERN #define _ATK_EXTERN extern #endif ```