taglib-static.patch
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:

midi

开发平台:

Unix_Linux

  1. diff -ru taglib-1.5/taglib/taglib_export.h taglib/taglib/taglib_export.h
  2. --- taglib-1.5/taglib/taglib_export.h 2008-02-04 15:14:46.000000000 +0000
  3. +++ taglib/taglib/taglib_export.h 2008-04-13 18:25:29.000000000 +0100
  4. @@ -28,9 +28,9 @@
  5.  
  6.  #if defined(_WIN32) || defined(_WIN64)
  7.  #ifdef MAKE_TAGLIB_LIB
  8. -#define TAGLIB_EXPORT __declspec(dllexport)
  9. +#define TAGLIB_EXPORT 
  10.  #else
  11. -#define TAGLIB_EXPORT __declspec(dllimport)
  12. +#define TAGLIB_EXPORT 
  13.  #endif
  14.  #else
  15.  #define TAGLIB_EXPORT