From 88fdd523bdf7cd891dbbac4b1ae7fb2ff597cea3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 14 Aug 2012 14:55:43 +0000 Subject: MS_SYSTEM_GETFILEVERSION added git-svn-id: http://svn.miranda-ng.org/main/trunk@1454 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_system.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') diff --git a/include/m_system.h b/include/m_system.h index 847aecc5f0..e179b58a8a 100644 --- a/include/m_system.h +++ b/include/m_system.h @@ -88,6 +88,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //version 1.2.3.10 is 0x0102030a #define MS_SYSTEM_GETVERSION "Miranda/System/GetVersion" +//gets the version number of Miranda encoded as four WORDs v0.92.2+ +//wParam = 0 +//lParam = WORD[4]* +//returns the version number, encoded as one version per word, therefore +//version 1.2.3.3210 is 0x0001, 0x0002, 0x0003, 0x0C8a +#define MS_SYSTEM_GETFILEVERSION "Miranda/System/GetFileVersion" + //gets the version of Miranda encoded as text v0.1.0.1+ //wParam = cch //lParam = (LPARAM)(char*)pszVersion -- cgit v1.2.3