Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-02-13 10:19:01 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-02-13 10:25:27 +0400
commit70de8a69a754f2fe40ae33864c3a6413aa254196 (patch)
treee86a3927a15fec71fab01be7b4d1666758b66653 /include
parent86636033e124ab6bd0e3dbe4d25c431e8d968932 (diff)
include mpc-hc_config.h in version.h since it's needed for WEBSITE_URL
Diffstat (limited to 'include')
-rw-r--r--include/version.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/version.h b/include/version.h
index 054be32b3..cc5548fef 100644
--- a/include/version.h
+++ b/include/version.h
@@ -34,6 +34,8 @@
#ifndef MPC_VERSION_H
#define MPC_VERSION_H
+#include "mpc-hc_config.h"
+
#ifndef _T
#if !defined(ISPP_INVOKED) && (defined(UNICODE) || defined(_UNICODE))
#define _T(text) L##text