UPD: Revert - Allow to use GTK3 with Lazarus 4.99

This commit is contained in:
Alexander Koblov 2026-06-14 12:54:58 +03:00
commit 8727146b92

View file

@ -1,6 +1,6 @@
program doublecmd;
{$IF DEFINED(LCLGTK3) AND NOT DEFINED(LCL_VER_499)}
{$IF DEFINED(LCLGTK3)}
{$FATAL LCLGTK3 is not production ready}
{$ENDIF}