File indexing completed on 2024-05-12 17:17:22

0001 /*
0002 SPDX-FileCopyrightText: 2023 Friedrich W. H. Kossebau <kossebau@kde.org>
0003 
0004 SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #ifndef DIFF2_EXPORT_H
0008 #define DIFF2_EXPORT_H
0009 
0010 #include <komparediff2/komparediff2_export.h>
0011 
0012 #if KOMPAREDIFF2_ENABLE_DEPRECATED_SINCE(5, 4)
0013 #  include "diff2_export_p.h"
0014 #  if KOMPAREDIFF2_DEPRECATED_WARNINGS_SINCE >= 0x050400
0015 #      pragma message("Deprecated header. Since 5.4, use #include <komparediff2/komparediff2_export.h> instead")
0016 #  endif
0017 #else
0018 #   error "Include of deprecated header is disabled"
0019 #endif
0020 
0021 #endif /* DIFF2_EXPORT_H */