missing changes from last commit

This commit is contained in:
Pascal Riekenberg 2022-05-12 10:22:10 +02:00
parent 6fbaeda282
commit 1bc5915c0b

View File

@ -1964,9 +1964,5 @@ initialization
TX86AsmDecoder
));
KernelHandle := GetModuleHandle(KernelDLL);
if KernelHandle <> 0 then
GetThreadDescription := TGetThreadDescription(GetProcAddress(KernelHandle, 'GetThreadDescription'));
end.