PDL3 part 2

This commit is contained in:
nastys
2021-07-22 04:35:52 +02:00
parent adb5c02256
commit 362b28da6e
22 changed files with 1582 additions and 295 deletions
@@ -43,10 +43,15 @@ bool setBlur(HWND hWnd, AccentState accentState)
if (queryBuild)
{
int BuildNum = _wtoi(DataPtr);
free(DataPtr);
//MessageBox::Show(BuildNum.ToString());
if (BuildNum < 19042) return 0;
}
else return 0;
else
{
free(DataPtr);
return 0;
}
}
else return 0;