mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Prepare GTK3 support
This commit is contained in:
parent
f54be93165
commit
ce6f5b42e0
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ end;
|
|||
|
||||
procedure TWlxModule.UnloadModule;
|
||||
begin
|
||||
{$IF NOT (DEFINED(LCLQT) or DEFINED(LCLQT5) or DEFINED(LCLQT6) or DEFINED(LCLGTK2))}
|
||||
{$IF NOT (DEFINED(LCLQT) or DEFINED(LCLQT5) or DEFINED(LCLQT6) or DEFINED(LCLGTK2) or DEFINED(LCLGTK3))}
|
||||
{$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