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-05-18 21:20:43 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-05-18 22:01:19 +0400
commitc92902e83ee2432e7064abb4acde550690b4e2f5 (patch)
tree7465ab5f7a3a23957772c6578e461d5af6e1d965 /include
parentc34b77f25247ef76ce4e6f6162a17b5a4fd04ffb (diff)
Simplify preprocessor config.
Diffstat (limited to 'include')
-rw-r--r--include/mpc-hc_config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/mpc-hc_config.h b/include/mpc-hc_config.h
index 45bbbfb75..91958cad5 100644
--- a/include/mpc-hc_config.h
+++ b/include/mpc-hc_config.h
@@ -38,13 +38,13 @@
#define BUGS_URL _T("https://trac.mpc-hc.org/wiki/How_to_Report_Issues")
#define TOOLBARS_URL _T("https://trac.mpc-hc.org/wiki/Toolbar_images")
-#define USE_UNRAR_STATIC
+#define USE_STATIC_UNRAR 1
#ifndef MPCHC_LITE
-#define USE_MEDIAINFO_STATIC
+#define USE_STATIC_MEDIAINFO 1
#endif
-// If you distribute your builds, please disable minidumps by defining DISABLE_MINIDUMP.
-//#define DISABLE_MINIDUMP
+// If you distribute your builds, please disable minidumps by defining ENABLE_MINIDUMP 0.
+#define ENABLE_MINIDUMP 1
#endif // MPC_HC_CONFIG_H