mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Don't unload wlx-plugins under gtk2
This commit is contained in:
parent
31cbdd133c
commit
227b6129cb
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ end;
|
|||
|
||||
procedure TWlxModule.UnloadModule;
|
||||
begin
|
||||
{$IF NOT DEFINED(LCLQT)}
|
||||
{$IF NOT (DEFINED(LCLQT) or DEFINED(LCLGTK2))}
|
||||
{$IF (not DEFINED(LINUX)) or ((FPC_VERSION > 2) or ((FPC_VERSION=2) and (FPC_RELEASE >= 5)))}
|
||||
if FModuleHandle <> 0 then
|
||||
FreeLibrary(FModuleHandle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue