Hash : 05b4c440 Author : Date : 2005-07-25T12:02:41
Support for controlling the exported symbols of the shared library.
Download
1 2 3 4 5 6
#if @HAVE_VISIBILITY@ && BUILDING_LIBCHARSET #define LIBCHARSET_DLL_EXPORTED __attribute__((__visibility__("default"))) #else #define LIBCHARSET_DLL_EXPORTED #endif