diff options
Diffstat (limited to 'plugins/Svc_dbepp/Version.h')
-rw-r--r-- | plugins/Svc_dbepp/Version.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/plugins/Svc_dbepp/Version.h b/plugins/Svc_dbepp/Version.h index 9ce8b1874c..565dddb582 100644 --- a/plugins/Svc_dbepp/Version.h +++ b/plugins/Svc_dbepp/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 "Database Editor++ (Unicode x64)"
-#else
- #define __PLUGIN_NAME "Database Editor++ (Unicode)"
-#endif
-#else
- #define __PLUGIN_NAME "Database Editor++"
-#endif
+#define __PLUGIN_NAME "Database Editor++"
#define __INTERNAL_NAME "DBEditor"
#define __FILENAME "Svc_dbepp.dll"
#define __DESCRIPTION "Advanced Database Editor."
|