Edit

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

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