Edit

thodg/libiconv/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.

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