mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed that Measure=Registry crashes starting from r763.
This commit is contained in:
parent
3d6615522b
commit
f19e76e6ec
@ -65,7 +65,7 @@ bool CMeasureRegistry::Update()
|
|||||||
m_RegValueName.c_str(),
|
m_RegValueName.c_str(),
|
||||||
NULL,
|
NULL,
|
||||||
(LPDWORD)&type,
|
(LPDWORD)&type,
|
||||||
(LPBYTE)&data,
|
(LPBYTE)data,
|
||||||
(LPDWORD)&size) == ERROR_SUCCESS)
|
(LPDWORD)&size) == ERROR_SUCCESS)
|
||||||
{
|
{
|
||||||
switch(type)
|
switch(type)
|
||||||
|
Loading…
Reference in New Issue
Block a user