aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/c-ares/patches/undeprecate.patch
blob: df4d15202e582077711b2be9d968cbaf4dfa4ec1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- contrib/libs/c-ares/include/ares.h	(index)
+++ contrib/libs/c-ares/include/ares.h	(working tree)
@@ -130,7 +130,7 @@ extern "C" {
 #  define __has_attribute(x) 0
 #endif
 
-#ifdef CARES_NO_DEPRECATED
+#if 1
 #  define CARES_DEPRECATED
 #  define CARES_DEPRECATED_FOR(f)
 #else