libgolang: Provide DSO_EXPORT/DSO_IMPORT macros for other libraries
In the next patch we are going to move PyFunc from time.pyx into shared library. Before doing that let's provide DSO visibility macros from libgolang.h to offload other libraries from duplicating dance on how to mark symbols visibility properly depending on compiler/OS.
Showing
Please register or sign in to comment