undeprecate.patch 281 B

1234567891011
  1. --- contrib/libs/c-ares/include/ares.h (index)
  2. +++ contrib/libs/c-ares/include/ares.h (working tree)
  3. @@ -130,7 +130,7 @@ extern "C" {
  4. # define __has_attribute(x) 0
  5. #endif
  6. -#ifdef CARES_NO_DEPRECATED
  7. +#if 1
  8. # define CARES_DEPRECATED
  9. # define CARES_DEPRECATED_FOR(f)
  10. #else