diff options
Diffstat (limited to 'plugins/AutoShutdown/version.rc')
-rw-r--r-- | plugins/AutoShutdown/version.rc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/AutoShutdown/version.rc b/plugins/AutoShutdown/version.rc index 97f35498c3..55d209f055 100644 --- a/plugins/AutoShutdown/version.rc +++ b/plugins/AutoShutdown/version.rc @@ -1,5 +1,3 @@ -#ifndef _MAC
-
#include "version.h"
/////////////////////////////////////////////////////////////////////////////
@@ -27,11 +25,7 @@ BEGIN VALUE "Comments", "Licensed under the terms of the GNU General Public License"
VALUE "FileDescription", "AutoShutdown Plugin for Miranda IM"
VALUE "FileVersion", FILE_VERSION_STR
-#ifdef _UNICODE
- VALUE "InternalName", "AutoShutdown (Unicode)"
-#else
VALUE "InternalName", "AutoShutdown"
-#endif
VALUE "LegalCopyright", "Copyright © 2004-2007 H. Herkenrath"
VALUE "OriginalFilename", "shutdown.dll"
VALUE "ProductName", "Automatic Shutdown"
@@ -43,8 +37,6 @@ BEGIN VALUE "Translation", 0x0, 1200
END
END
-
-#endif // !_MAC
|