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 /libutil/include/libutil_config.h | |
parent | bd64cda6726e088ebc860c3fc3ee220ed00121bd (diff) | |
download | PrismLauncher-36396f7c6aca9fcc61c8620e10c31ed2c8999ebd.tar.gz PrismLauncher-36396f7c6aca9fcc61c8620e10c31ed2c8999ebd.tar.bz2 PrismLauncher-36396f7c6aca9fcc61c8620e10c31ed2c8999ebd.zip |
Massive re-organization.
Diffstat (limited to 'libutil/include/libutil_config.h')
-rw-r--r-- | libutil/include/libutil_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libutil/include/libutil_config.h b/libutil/include/libutil_config.h index 41766184..4bf111e6 100644 --- a/libutil/include/libutil_config.h +++ b/libutil/include/libutil_config.h @@ -18,10 +18,10 @@ #include <QtCore/QtGlobal> -#ifdef LIBMMCUTIL_LIBRARY -# define LIBMMCUTIL_EXPORT Q_DECL_EXPORT +#ifdef LIBUTIL_LIBRARY +# define LIBUTIL_EXPORT Q_DECL_EXPORT #else -# define LIBMMCUTIL_EXPORT Q_DECL_IMPORT +# define LIBUTIL_EXPORT Q_DECL_IMPORT #endif #endif // LIBUTIL_CONFIG_H |