Edit

thodg/libiconv/libcharset/include/export.h

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2005-07-25 12:02:41
    Hash : 05b4c440
    Message : Support for controlling the exported symbols of the shared library.

  • libcharset/include/export.h
  • #if @HAVE_VISIBILITY@ && BUILDING_LIBCHARSET
    #define LIBCHARSET_DLL_EXPORTED __attribute__((__visibility__("default")))
    #else
    #define LIBCHARSET_DLL_EXPORTED
    #endif