summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-06-13 22:16:46 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-06-13 22:16:46 +0000
commita04043571f2d04ff9d117f921115f97f7bf42870 (patch)
tree38592b1a7324b6d3d50fe75976db1f73e20f2364 /plugins/UserInfoEx
parent950917d869583a8e09135c5d7b5b81d98ed1a213 (diff)
Unicode description is no longer needed in PluginInfo
git-svn-id: http://svn.miranda-ng.org/main/trunk@401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r--plugins/UserInfoEx/Res/version.h21
1 files changed, 4 insertions, 17 deletions
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! <title>UserInfoEx (Unicode)</title>
- #define __PLUGIN_FILENAME "uinfoexw.dll"
- #else
- #define __UPDATER_DOWNLOAD_ID 1971
- #define __PLUGIN_DISPLAY_NAME "UserInfoEx" //ensure plugin shortName matches file listing! <title>UserInfoEx</title>
- #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