From ad435140410efa11839241dba886440ff5f87c3d Mon Sep 17 00:00:00 2001 From: Mohamad Khorsandi Date: Thu, 16 Jan 2025 12:55:46 +0330 Subject: [PATCH] Replacing the {$IFEND} directive for compatibility with other sections --- SolarCalendarPackage.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SolarCalendarPackage.pas b/SolarCalendarPackage.pas index d7c7b31..989ab47 100644 --- a/SolarCalendarPackage.pas +++ b/SolarCalendarPackage.pas @@ -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