summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-03-07 01:44:05 +0300
committerAndrei Karas <akaras@inbox.ru>2017-03-07 01:44:05 +0300
commitce57947e4eabb11f701dc0108e4cffd352c4f4aa (patch)
treec5e4fe3236dd594aa91fafd7dd31cf0e318b75ab /src/main.h
parente0b4ea2fd47d5281f66b0c92196296e2b133f388 (diff)
downloadplus-ce57947e4eabb11f701dc0108e4cffd352c4f4aa.tar.gz
plus-ce57947e4eabb11f701dc0108e4cffd352c4f4aa.tar.bz2
plus-ce57947e4eabb11f701dc0108e4cffd352c4f4aa.tar.xz
plus-ce57947e4eabb11f701dc0108e4cffd352c4f4aa.zip
Fix warning about defefined PACKAGE_VERSION in mingw builds.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h
index 9be019d9c..d23731523 100644
--- a/src/main.h
+++ b/src/main.h
@@ -45,8 +45,6 @@
#ifdef HAVE_CONFIG_H
#include "../config.h"
-#elif defined WIN32
-#include "winver.h"
#else // HAVE_CONFIG_H
#ifdef PACKAGE_VERSION
#undef PACKAGE_VERSION