c813ba2b03
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 ```
This is intended mainly for GNU/Linux distros who will remove GTK2 support in the near future.