diff options
author | Andrew <forkk@forkk.net> | 2013-02-26 16:47:39 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-02-26 16:47:39 -0600 |
commit | 36396f7c6aca9fcc61c8620e10c31ed2c8999ebd (patch) | |
tree | b5ef84aa020df1018821d66afe69ef6a53aadece /libsettings/include/libsettings_config.h | |
parent | bd64cda6726e088ebc860c3fc3ee220ed00121bd (diff) | |
download | MultiMC-36396f7c6aca9fcc61c8620e10c31ed2c8999ebd.tar MultiMC-36396f7c6aca9fcc61c8620e10c31ed2c8999ebd.tar.gz MultiMC-36396f7c6aca9fcc61c8620e10c31ed2c8999ebd.tar.lz MultiMC-36396f7c6aca9fcc61c8620e10c31ed2c8999ebd.tar.xz MultiMC-36396f7c6aca9fcc61c8620e10c31ed2c8999ebd.zip |
Massive re-organization.
Diffstat (limited to 'libsettings/include/libsettings_config.h')
-rw-r--r-- | libsettings/include/libsettings_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libsettings/include/libsettings_config.h b/libsettings/include/libsettings_config.h index 05df5bfa..dc8e6228 100644 --- a/libsettings/include/libsettings_config.h +++ b/libsettings/include/libsettings_config.h @@ -18,10 +18,10 @@ #include <QtCore/QtGlobal> -#ifdef LIBMMCSETTINGS_LIBRARY -# define LIBMMCSETTINGS_EXPORT Q_DECL_EXPORT +#ifdef LIBSETTINGS_LIBRARY +# define LIBSETTINGS_EXPORT Q_DECL_EXPORT #else -# define LIBMMCSETTINGS_EXPORT Q_DECL_IMPORT +# define LIBSETTINGS_EXPORT Q_DECL_IMPORT #endif #endif // LIBINSTANCE_CONFIG_H |