You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
388 B

  1. --- a/src/Mayaqua/Mayaqua.h 2019-07-11
  2. +++ b/src/Mayaqua/Mayaqua.h 2019-07-11
  3. @@ -178,7 +178,7 @@ int PASCAL WinMain(HINSTANCE hInst, HINS
  4. #include <ifaddrs.h>
  5. #endif // MAYAQUA_SUPPORTS_GETIFADDRS
  6. -#ifdef UNIX_LINUX
  7. +#if 0
  8. typedef void *iconv_t;
  9. iconv_t iconv_open (__const char *__tocode, __const char *__fromcode);
  10. size_t iconv (iconv_t __cd, char **__restrict __inbuf,