mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Revert last two commits, due to runtime assertion about missing image, potentially due to missing .res files
This commit is contained in:
@ -3960,6 +3960,7 @@ procedure ShowError(const Msg: string; HelpContext: Integer); // [IPK] Surface
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
{$R VirtualTrees.res}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Vcl.Consts,
|
Vcl.Consts,
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
package VirtualTreesD;
|
package VirtualTreesD;
|
||||||
|
|
||||||
|
{$R *.res}
|
||||||
{$R '..\..\Design\VirtualTrees.dcr'}
|
{$R '..\..\Design\VirtualTrees.dcr'}
|
||||||
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
|
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
|
||||||
{$ALIGN 8}
|
{$ALIGN 8}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
package VirtualTreesR;
|
package VirtualTreesR;
|
||||||
|
|
||||||
|
{$R *.res}
|
||||||
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
|
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
|
||||||
{$ALIGN 8}
|
{$ALIGN 8}
|
||||||
{$ASSERTIONS ON}
|
{$ASSERTIONS ON}
|
||||||
|
Reference in New Issue
Block a user