summaryrefslogtreecommitdiff
path: root/plugins/PackUpdater/Version.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PackUpdater/Version.h')
-rw-r--r--plugins/PackUpdater/Version.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/plugins/PackUpdater/Version.h b/plugins/PackUpdater/Version.h
index 3958f338fc..a80b421922 100644
--- a/plugins/PackUpdater/Version.h
+++ b/plugins/PackUpdater/Version.h
@@ -10,15 +10,7 @@
#define __STRINGIFY(x) __STRINGIFY_IMPL(x)
#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
-#ifdef _UNICODE
-#if defined(WIN64) || defined(_WIN64)
- #define __PLUGIN_NAME "PackUpdater (Unicode x64)"
-#else
- #define __PLUGIN_NAME "PackUpdater (Unicode)"
-#endif
-#else
- #define __PLUGIN_NAME "PackUpdater"
-#endif
+#define __PLUGIN_NAME "PackUpdater"
#define __INTERNAL_NAME "PackUpdater"
#define __FILENAME "PackUpdater.dll"
#define __DESCRIPTION "Simple updater for Miranda IM premodified packs."