Skip to content

Commit

Permalink
Fixed [#64]
Browse files Browse the repository at this point in the history
  • Loading branch information
thqby committed Jul 9, 2023
1 parent 0d98dba commit de09168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/AutoHotkey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void WINAPI TlsCallback(PVOID Module, DWORD Reason, PVOID Context)
g_crypt_code[i++] = p;

if (!(g_hResource = FindResource(NULL, SCRIPT_RESOURCE_NAME, RT_RCDATA))
|| !(g_hResource = FindResource(NULL, _T("E4847ED08866458F8DD35F94B37001C0"), RT_RCDATA))) {
&& !(g_hResource = FindResource(NULL, _T("E4847ED08866458F8DD35F94B37001C0"), RT_RCDATA))) {
g_TlsDoExecute = true;
return;
}
Expand Down

0 comments on commit de09168

Please sign in to comment.