libkdegames/libkdegamesprivate
Go to the documentation of this file.
21 #ifndef LIBKDEGAMESPRIVATE_EXPORT_H
22 #define LIBKDEGAMESPRIVATE_EXPORT_H
24 #ifdef MAKE_KDEGAMESPRIVATE_LIB
25 # define USE_UNSTABLE_LIBKDEGAMESPRIVATE_API
29 #ifndef USE_UNSTABLE_LIBKDEGAMESPRIVATE_API
30 # error "You must not use libkdegamesprivate outside the kdegames source tree."
31 # error "There is no stability promise for this API. If you need something from"
32 # error "libkdegamesprivate for compatibility reasons, you're probably better"
33 # error "off by copying the relevant code from the libkdegamesprivate sources"
34 # error "into your own source tree."
38 #include <kdemacros.h>
40 #ifndef KDEGAMESPRIVATE_EXPORT
41 # if defined(MAKE_KDEGAMESPRIVATE_LIB)
43 # define KDEGAMESPRIVATE_EXPORT KDE_EXPORT
46 # define KDEGAMESPRIVATE_EXPORT KDE_IMPORT
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:50 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.