From 2335c2083a8e8f7e62121c9a343fe6c6ec0c0478 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 24 Oct 2017 15:25:44 +0300 Subject: unified version resource with explicitly stated language & code page --- protocols/MSN/res/version.rc | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) (limited to 'protocols/MSN/res') diff --git a/protocols/MSN/res/version.rc b/protocols/MSN/res/version.rc index df06238f1f..d99de84d82 100644 --- a/protocols/MSN/res/version.rc +++ b/protocols/MSN/res/version.rc @@ -1,35 +1,47 @@ +// Microsoft Visual C++ generated resource script. +// #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED -#include #include "..\src\version.h" +#define APSTUDIO_READONLY_SYMBOLS +#include "afxres.h" +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) +#endif //_WIN32 + VS_VERSION_INFO VERSIONINFO FILEVERSION __FILEVERSION_STRING PRODUCTVERSION __FILEVERSION_STRING - FILEFLAGSMASK 0x3fL + FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif - FILEOS 0x40004L - FILETYPE 0x1L + FILEOS 0x4L + FILETYPE 0x2L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "000004b0" BEGIN - VALUE "CompanyName", "Boris Krasnovskiy, George Hazan, Richard Hughes" - VALUE "FileDescription", "Miranda NG MSN Messenger plugin" + VALUE "Author", __AUTHOR + VALUE "FileDescription", __DESCRIPTION VALUE "FileVersion", __VERSION_STRING - VALUE "InternalName", "msn" - VALUE "LegalCopyright", "Copyright (c) 2001-2009 Boris Krasnovskiy, George Hazan, Richard Hughes" - VALUE "OriginalFilename", "msn.dll" - VALUE "ProductName", "Miranda" - VALUE "ProductVersion", __VERSION_STRING + VALUE "InternalName", __PLUGIN_NAME + VALUE "LegalCopyright", __COPYRIGHT + VALUE "ProductName", __PLUGIN_NAME END END BLOCK "VarFileInfo" @@ -37,3 +49,6 @@ BEGIN VALUE "Translation", 0x0, 1200 END END + +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3