summaryrefslogtreecommitdiff
path: root/plugins/IEView/Version.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEView/Version.h')
-rw-r--r--plugins/IEView/Version.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/plugins/IEView/Version.h b/plugins/IEView/Version.h
index 283b79a98b..0d69c106e9 100644
--- a/plugins/IEView/Version.h
+++ b/plugins/IEView/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 "IEView (Unicode x64)"
-#else
- #define __PLUGIN_NAME "IEView (Unicode)"
-#endif
-#else
- #define __PLUGIN_NAME "IEView"
-#endif
+#define __PLUGIN_NAME "IEView"
#define __INTERNAL_NAME "IEView"
#define __FILENAME "IEView.dll"
#define __DESCRIPTION "IE Based Chat Log."