mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
af99bd37a9
* Fixed problem with InputText Plugin and 64bit Rainmeter not finding the proper parent window for the input box by using new "bridge" functionality. * Some changes to CSPluginTemplate to use new "bridge" functionality to find/use X/Y/W/H better from parent skin window.
8 lines
222 B
C
8 lines
222 B
C
#pragma once
|
|
#define FILEVER 1,4,0,694
|
|
#define PRODUCTVER 1,4,0,694
|
|
#define STRFILEVER "1.4.0.694"
|
|
#define STRPRODUCTVER "1.4.0.694"
|
|
|
|
const int revision_number = 694;
|
|
const bool revision_beta = true; |