Edit

thodg/libiconv/windows/dllexport.h

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2000-04-17 17:18:14
    Hash : 6d93d60b
    Message : Upgrade to libiconv-1.3.

  • windows/dllexport.h
  • #ifdef BUILDING_LIBICONV
    #define LIBICONV_DLL_EXPORTED __declspec(dllexport)
    #else
    #define LIBICONV_DLL_EXPORTED __declspec(dllimport)
    #endif