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 // Private header,do not use.
0008 // Provides backward compat definitions.
0009 // Assumes komparediff2_export.h was included before
0010 
0011 #ifndef DIFF2_EXPORT_P_H
0012 #define DIFF2_EXPORT_P_H
0013 
0014 #ifndef DIFF2_EXPORT
0015 #  define DIFF2_EXPORT KOMPAREDIFF2_EXPORT
0016 #endif
0017 
0018 #ifndef DIFF2_NO_EXPORT
0019 #  define DIFF2_NO_EXPORT KOMPAREDIFF2_NO_EXPORT
0020 #endif
0021 
0022 #ifndef DIFF2_DEPRECATED
0023 #  define DIFF2_DEPRECATED KOMPAREDIFF2_DEPRECATED
0024 #endif
0025 
0026 #ifndef DIFF2_DEPRECATED_EXPORT
0027 #  define DIFF2_DEPRECATED_EXPORT KOMPAREDIFF2_DEPRECATED_EXPORT
0028 #endif
0029 
0030 #ifndef DIFF2_DEPRECATED_NO_EXPORT
0031 #  define DIFF2_DEPRECATED_NO_EXPORT KOMPAREDIFF2_DEPRECATED_NO_EXPORT
0032 #endif
0033 
0034 #endif /* DIFF2_EXPORT_P_H */