From a04043571f2d04ff9d117f921115f97f7bf42870 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 13 Jun 2012 22:16:46 +0000 Subject: Unicode description is no longer needed in PluginInfo git-svn-id: http://svn.miranda-ng.org/main/trunk@401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/Res/version.h | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'plugins/UserInfoEx/Res') diff --git a/plugins/UserInfoEx/Res/version.h b/plugins/UserInfoEx/Res/version.h index 4f0993d127..5ba38222dd 100644 --- a/plugins/UserInfoEx/Res/version.h +++ b/plugins/UserInfoEx/Res/version.h @@ -45,20 +45,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define __COPYRIGHT "© 2006-2009 DeathAxe, Yasnovidyashii, Merlin, K. Romanov, Kreol" #define __AUTHORWEB "http://addons.miranda-im.org/details.php?action=viewfile&id=" __STRINGIFY(__UPDATER_DOWNLOAD_ID) -#ifdef _WIN64 - #ifdef _UNICODE - #define __UPDATER_DOWNLOAD_ID 3333 - #define __PLUGIN_DISPLAY_NAME "UserInfoEx x64 (Unicode)" - #define __PLUGIN_FILENAME "uinfoexw.dll" - #endif -#else - #ifdef _UNICODE - #define __UPDATER_DOWNLOAD_ID 2537 - #define __PLUGIN_DISPLAY_NAME "UserInfoEx (Unicode)" //ensure plugin shortName matches file listing! UserInfoEx (Unicode) - #define __PLUGIN_FILENAME "uinfoexw.dll" - #else - #define __UPDATER_DOWNLOAD_ID 1971 - #define __PLUGIN_DISPLAY_NAME "UserInfoEx" //ensure plugin shortName matches file listing! UserInfoEx - #define __PLUGIN_FILENAME "uinfoex.dll" - #endif -#endif +#define __UPDATER_DOWNLOAD_ID 2537 +#define __PLUGIN_DISPLAY_NAME "UserInfoEx" +#define __PLUGIN_FILENAME "uinfoex.dll" + \ No newline at end of file -- cgit v1.2.3