Skip to content

Commit

Permalink
FIX for include file in wizard for older Delphi versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleteti committed Oct 3, 2023
1 parent 649e7a8 commit d3caf7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ideexpert/DMVC.Expert.NewUnitWizardEx.pas
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ TDMVCNewUnitWizard = class

implementation

{$I dmvcframework.inc}
{$I ..\sources\dmvcframework.inc}

uses
DMVC.Expert.Forms.NewUnitWizard,
Expand Down
2 changes: 1 addition & 1 deletion ideexpert/DMVC.Expert.ProjectWizardEx.pas
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ TDMVCNewProjectWizard = class

implementation

{$I dmvcframework.inc}
{$I ..\sources\dmvcframework.inc}

uses
DccStrs,
Expand Down

0 comments on commit d3caf7a

Please sign in to comment.