Add single-include guards to a11y headers
More preparation for installing these headers.
This commit is contained in:
@ -15,6 +15,10 @@
|
||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||
#error "Only <gtk/gtk-a11y.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#ifndef __GTK_ENTRY_ACCESSIBLE_H__
|
||||
#define __GTK_ENTRY_ACCESSIBLE_H__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user