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
|
||||
|
||||
{$R VirtualTrees.res}
|
||||
|
||||
uses
|
||||
Vcl.Consts,
|
||||
|
@ -1,5 +1,6 @@
|
||||
package VirtualTreesD;
|
||||
|
||||
{$R *.res}
|
||||
{$R '..\..\Design\VirtualTrees.dcr'}
|
||||
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
|
||||
{$ALIGN 8}
|
||||
|
@ -1,5 +1,6 @@
|
||||
package VirtualTreesR;
|
||||
|
||||
{$R *.res}
|
||||
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
|
||||
{$ALIGN 8}
|
||||
{$ASSERTIONS ON}
|
||||
|
Reference in New Issue
Block a user