blob: 247632153fe72052d92b2c453bb922fe2f8a51f1 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2021 Syntevo and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Syntevo - initial API and implementation
*******************************************************************************/
#ifndef INC_gtk4_H
#define INC_gtk4_H
#define NDEBUG
#define G_DISABLE_DEPRECATED
#define GTK_DISABLE_SINGLE_INCLUDES
#include <gtk/gtk.h>
#endif /* INC_gtk4_H */