Edit

thodg/libiconv/libcharset/include/export.h

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2018-09-22 15:39:54
    Hash : ba8fe48f
    Message : Avoid some warnings in MSVC build.

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