* Fixed crash in non windows targets
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@267 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
e7786c75b4
commit
180090dcea
@ -16954,9 +16954,11 @@ begin
|
|||||||
|
|
||||||
PrepareBitmaps(True, True);
|
PrepareBitmaps(True, True);
|
||||||
|
|
||||||
|
{$ifdef Windows}
|
||||||
// Register tree as OLE drop target.
|
// Register tree as OLE drop target.
|
||||||
if not (csDesigning in ComponentState) and (toAcceptOLEDrop in FOptions.FMiscOptions) then
|
if not (csDesigning in ComponentState) and (toAcceptOLEDrop in FOptions.FMiscOptions) then
|
||||||
RegisterDragDrop(Handle, DragManager as IDropTarget);
|
RegisterDragDrop(Handle, DragManager as IDropTarget);
|
||||||
|
{$endif}
|
||||||
|
|
||||||
if toCheckSupport in FOptions.FMiscOptions then
|
if toCheckSupport in FOptions.FMiscOptions then
|
||||||
GetCheckImageList;
|
GetCheckImageList;
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="include/intf/$(LCLWidgetType)/;units/"/>
|
<IncludeFiles Value="include/intf/$(LCLWidgetType)/;units/;include/intf/"/>
|
||||||
<OtherUnitFiles Value="units/$(LCLWidgetType)/"/>
|
<OtherUnitFiles Value="units/$(LCLWidgetType)/"/>
|
||||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
@ -48,13 +48,13 @@
|
|||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
<RequiredPkgs Count="3">
|
<RequiredPkgs Count="3">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="LCL"/>
|
<PackageName Value="multiloglaz"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
<Item2>
|
<Item2>
|
||||||
<PackageName Value="lclextensions_package"/>
|
<PackageName Value="lclextensions_package"/>
|
||||||
</Item2>
|
</Item2>
|
||||||
<Item3>
|
<Item3>
|
||||||
<PackageName Value="multiloglaz"/>
|
<PackageName Value="LCL"/>
|
||||||
</Item3>
|
</Item3>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
|
Loading…
Reference in New Issue
Block a user