mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 13:00:25 +02:00
laz.virtualtrees: fixed crash with qt widgetsets on windows. issue #40056
This commit is contained in:
parent
d115ec0399
commit
3e36732de6
@ -6,6 +6,9 @@ unit laz.VirtualTrees;
|
||||
{$define PACKARRAYPASCAL}
|
||||
{$endif}
|
||||
|
||||
{$if defined(LCLQt) or defined(LCLQt5) or defined(LCLQt6)}
|
||||
{$undef windows}
|
||||
{$endif}
|
||||
// The contents of this file are subject to the Mozilla Public License
|
||||
// Version 1.1 (the "License"); you may not use this file except in compliance
|
||||
// with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
|
||||
|
Loading…
Reference in New Issue
Block a user