diff options
Diffstat (limited to 'plugins/SmileyAdd/main.cpp')
-rw-r--r-- | plugins/SmileyAdd/main.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/SmileyAdd/main.cpp b/plugins/SmileyAdd/main.cpp index dd328cfff3..2515c6c076 100644 --- a/plugins/SmileyAdd/main.cpp +++ b/plugins/SmileyAdd/main.cpp @@ -48,13 +48,7 @@ UTF8_INTERFACE utfi; static const PLUGININFOEX pluginInfoEx =
{
sizeof(PLUGININFOEX),
-#if defined(_WIN64)
- "SmileyAdd x64",
-#elif defined(UNICODE) | defined(_UNICODE)
- "SmileyAdd Unicode",
-#else
"SmileyAdd",
-#endif
__VERSION_DWORD,
"Smiley support for Miranda Instant Messanger",
"Peacow, nightwish, bid, borkra",
|