mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Installer: Workaround for failed admin detection in very rare cases
This commit is contained in:
parent
cc211053be
commit
b26acbb5b8
@ -154,6 +154,8 @@ PLUGIN_EXPORT double Update(void* data)
|
|||||||
}
|
}
|
||||||
while (FindNextFile(hSearch, &fd));
|
while (FindNextFile(hSearch, &fd));
|
||||||
|
|
||||||
|
FindClose(hSearch);
|
||||||
|
|
||||||
if (count != data.lastCount)
|
if (count != data.lastCount)
|
||||||
{
|
{
|
||||||
data.lastCount = count;
|
data.lastCount = count;
|
||||||
|
Loading…
Reference in New Issue
Block a user