mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 17:17:52 +02:00
missing changes from last commit
This commit is contained in:
parent
6fbaeda282
commit
1bc5915c0b
@ -1964,9 +1964,5 @@ initialization
|
||||
TX86AsmDecoder
|
||||
));
|
||||
|
||||
KernelHandle := GetModuleHandle(KernelDLL);
|
||||
if KernelHandle <> 0 then
|
||||
GetThreadDescription := TGetThreadDescription(GetProcAddress(KernelHandle, 'GetThreadDescription'));
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user