Skip to content

Commit

Permalink
Replacing the {$IFEND} directive for compatibility with other sections
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadkh committed Jan 16, 2025
1 parent 27eaf7d commit ad43514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SolarCalendarPackage.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2247,7 +2247,7 @@ procedure HidePopupForm();

{$IF CompilerVersion > 22.0}
function HookFormProc(Wnd: HWND; Msg, wParam, lParam: LONG_PTR): LONG_PTR; stdcall;
{$ELSEIF CompilerVersion < 23.0}
{$ELSE}
function HookFormProc(Wnd: HWND; Msg, wParam, lParam: LongInt): LongInt; stdcall;
{$IFEND}
begin
Expand Down

0 comments on commit ad43514

Please sign in to comment.