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

midi

开发平台:

Unix_Linux

  1. --- gnutls-2.2.5/gl/gai_strerror.c 2008-02-21 08:58:18.000000000 +0100
  2. +++ gnutls/gl/gai_strerror.c 2008-05-22 08:20:56.000000000 +0200
  3. @@ -62,7 +62,7 @@
  4.      { EAI_IDN_ENCODE, N_("Parameter string not correctly encoded") }
  5.  #endif
  6.    };
  7. -
  8. +#ifndef _WIN32
  9.  const char *
  10.  gai_strerror (int code)
  11.  {
  12. @@ -73,6 +73,7 @@
  13.  
  14.    return _("Unknown error");
  15.  }
  16. +#endif
  17.  #ifdef _LIBC
  18.  libc_hidden_def (gai_strerror)
  19.  #endif