We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
try DllCall("SetThreadDpiAwarenessContext", "ptr", -3, "ptr") ; old (no change needed) try "DllCall(`"SetThreadDpiAwarenessContext`"", "`"ptr`"", "-3", "`"ptr`")" ; new (incorrect)
else appears to be handled correctly, but finally has the same issue as above.
else
finally
The text was updated successfully, but these errors were encountered:
'try', 'finally' same logic as 'else', tokens: elseTryFinally, #8, gi…
98a94f2
…thubPages
No branches or pull requests
else
appears to be handled correctly, butfinally
has the same issue as above.The text was updated successfully, but these errors were encountered: