summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-15 22:35:16 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-15 22:35:16 +0300
commit3d21c373de4783ed4ba6a8fcf2a128320c0f65fb (patch)
treee06947844d9411b96d444ef446216b1228892ffc /src/main.h
parent7639db8cec67fde349e41076738336a9d6ebe55d (diff)
downloadplus-3d21c373de4783ed4ba6a8fcf2a128320c0f65fb.tar.gz
plus-3d21c373de4783ed4ba6a8fcf2a128320c0f65fb.tar.bz2
plus-3d21c373de4783ed4ba6a8fcf2a128320c0f65fb.tar.xz
plus-3d21c373de4783ed4ba6a8fcf2a128320c0f65fb.zip
Remove support for config.h with default defines.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index e4fce617a..76bca56a4 100644
--- a/src/main.h
+++ b/src/main.h
@@ -53,6 +53,9 @@
#elif defined WIN32
#include "winver.h"
#else
+#ifdef PACKAGE_VERSION
+#undef PACKAGE_VERSION
+#endif
#define PACKAGE_VERSION SMALL_VERSION;
#endif