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

midi

开发平台:

Unix_Linux

  1. diff -ru clinkcc.orig/src/cybergarage/xml/XML.cpp clinkcc/src/cybergarage/xml/XML.cpp
  2. --- clinkcc.orig/src/cybergarage/xml/XML.cpp 2005-11-14 18:11:07.000000000 +0100
  3. +++ clinkcc/src/cybergarage/xml/XML.cpp 2005-11-14 18:12:27.000000000 +0100
  4. @@ -117,7 +117,7 @@
  5.   }
  6.   utf8str[outLen] = '';
  7.   return utf8str;
  8. -#elif defined(HAVE_ICONV) || defined(HAVE_ICONV_H)
  9. +/*#elif defined(HAVE_ICONV) || defined(HAVE_ICONV_H)
  10.   iconvMutex.lock();
  11.  
  12.   char *cpbuf = strdup(str);
  13. @@ -166,7 +166,7 @@
  14.   free(cpbuf);
  15.      iconvMutex.unlock();
  16.  
  17. - return unistr;
  18. + return unistr;*/
  19.  #else
  20.   outLen = strlen(str);
  21.   UnicodeStr *utf8str = new UnicodeStr[outLen+1];