Added changes by JamesAC, Spx and Patrick/Dexpot to expand the range of information which can be requested from Rainmeter via Windows Messages. (SendMessage/WM_COPYDATA)

See the header file RainmeterQuery.h for details and usage help.
This commit is contained in:
jsmorley
2010-06-28 22:30:20 +00:00
parent 92f67ec7db
commit b16f02d243
4 changed files with 250 additions and 7 deletions

View File

@ -28,8 +28,8 @@ LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,0,448
PRODUCTVERSION 1,3,0,448
FILEVERSION 1,3,0,451
PRODUCTVERSION 1,3,0,451
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -45,12 +45,12 @@ BEGIN
BLOCK "040b04b0"
BEGIN
VALUE "FileDescription", "Rainmeter - A Customizable Resource Meter"
VALUE "FileVersion", "1, 3, 0, 442"
VALUE "FileVersion", "1, 3, 0, 451"
VALUE "InternalName", "Rainmeter"
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "Rainmeter.exe"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 3, 0, 442"
VALUE "ProductVersion", "1, 3, 0, 451"
END
END
BLOCK "VarFileInfo"