Updating Illustro to 0.9.1

Cosmetic changes to .rc files
Minor changes to Rainstaller
This commit is contained in:
Birunthan Mohanathas
2010-11-14 10:28:17 +00:00
parent 40ec69cbab
commit dd3a84b5f8
19 changed files with 57 additions and 57 deletions

View File

@ -34,11 +34,11 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "PluginWindowMessage.dll"
VALUE "ProductName", "Rainmeter"
#ifdef _WIN64
#ifdef _WIN64
VALUE "ProductVersion", STRPRODUCTVER " (64-bit)"
#else
#else
VALUE "ProductVersion", STRPRODUCTVER " (32-bit)"
#endif //_WIN64
#endif //_WIN64
END
END
BLOCK "VarFileInfo"