FIX: Build Qt5 version under Windows

This commit is contained in:
Alexander Koblov 2021-04-06 20:42:33 +03:00
commit 92fa74caa9

View file

@ -522,7 +522,7 @@ begin
end;
{$ENDIF}
{$IF DEFINED(LCLGTK2) or ((DEFINED(LCLQT) or DEFINED(LCLQT5)) and not DEFINED(DARWIN))}
{$IF DEFINED(LCLGTK2) or ((DEFINED(LCLQT) or DEFINED(LCLQT5)) and not (DEFINED(DARWIN) or DEFINED(MSWINDOWS)))}
procedure ScreenFormEvent(Self, Sender: TObject; Form: TCustomForm);
{$IF DEFINED(LCLGTK2)}