| /******************************************************************************* |
| * 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 */ |