Edit

thodg/libiconv/libcharset/windows

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2000-11-21 16:14:16
    Hash : 14f10423
    Message : Improved Windows support.

  • dllexport.h
  • #ifdef BUILDING_LIBCHARSET
    #define LIBCHARSET_DLL_EXPORTED __declspec(dllexport)
    #else
    #define LIBCHARSET_DLL_EXPORTED __declspec(dllimport)
    #endif