atkhyperlink: Ensure we get even deprecated prototypes
authorColin Walters <walters@verbum.org>
Thu, 31 Jan 2013 16:47:55 +0000 (11:47 -0500)
committerColin Walters <walters@verbum.org>
Thu, 31 Jan 2013 17:02:20 +0000 (12:02 -0500)
Otherwise we get a compiler warning because the implementation
of atk_hyperlink_is_selected_link isn't seeing the prototype.

atk/atkhyperlink.c

index 69a971d..6ae605c 100755 (executable)
@@ -17,6 +17,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#undef ATK_DISABLE_DEPRECATED
 #include "atkhyperlink.h"
 #include "atkintl.h"