/
githubmirror
/
libxmlb
Обзор
Документация
Войти
/
githubmirror
/
libxmlb
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/xb-compile.h
22 строки
512 B
Richard Hughes
Lower the Meson and GLib deps for RHEL-8
28 май 2026, 22:50
28 май 2026, 22:50
2626656
Код
Авторство
О чём код?
/* * Copyright 2023 Richard Hughes <richard@hughsie.com> * * SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once #include <gio/gio.h> /* see https://bugzilla.gnome.org/show_bug.cgi?id=113075 */ #ifndef G_GNUC_NON_NULL #if !defined(_WIN32) && (__GNUC__ > 3) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) #define G_GNUC_NON_NULL(params...) __attribute__((nonnull(params))) #else #define G_GNUC_NON_NULL(params...) #endif #endif #if !GLIB_CHECK_VERSION(2, 62, 0) #include "xb-compile-glib-2-62.h" #endif