Bug 1692893 - Minimal patch: Workaround atk extern "C" issue. r=Jamie

They include system headers inside extern "C", which seems wrong and
causes the issue. This is the minimal patch.

Differential Revision: https://phabricator.services.mozilla.com/D105217
This commit is contained in:
Emilio Cobos Álvarez 2021-02-16 00:40:33 +00:00
Родитель 0d46f3f35f
Коммит bacf8a0988
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -20,14 +20,14 @@
#ifndef __ATK_OBJECT_H__
#define __ATK_OBJECT_H__
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#include <glib-object.h>
#include <atk/atkstate.h>
#include <atk/atkrelationtype.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/*
* AtkObject represents the minimum information all accessible objects
* return. This information includes accessible name, accessible