KompareDiff2

diff2_export.h
1/*
2SPDX-FileCopyrightText: 2023 Friedrich W. H. Kossebau <kossebau@kde.org>
3
4SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#ifndef DIFF2_EXPORT_H
8#define DIFF2_EXPORT_H
9
10#include <komparediff2/komparediff2_export.h>
11
12#if KOMPAREDIFF2_ENABLE_DEPRECATED_SINCE(5, 4)
13# include "diff2_export_p.h"
14# if KOMPAREDIFF2_DEPRECATED_WARNINGS_SINCE >= 0x050400
15# pragma message("Deprecated header. Since 5.4, use #include <komparediff2/komparediff2_export.h> instead")
16# endif
17#else
18# error "Include of deprecated header is disabled"
19#endif
20
21#endif /* DIFF2_EXPORT_H */
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 10 2024 11:49:54 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.