Skip to content

Commit ad43514

Browse files
committed
Replacing the {$IFEND} directive for compatibility with other sections
1 parent 27eaf7d commit ad43514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SolarCalendarPackage.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -2247,7 +2247,7 @@ procedure HidePopupForm();
22472247

22482248
{$IF CompilerVersion > 22.0}
22492249
function HookFormProc(Wnd: HWND; Msg, wParam, lParam: LONG_PTR): LONG_PTR; stdcall;
2250-
{$ELSEIF CompilerVersion < 23.0}
2250+
{$ELSE}
22512251
function HookFormProc(Wnd: HWND; Msg, wParam, lParam: LongInt): LongInt; stdcall;
22522252
{$IFEND}
22532253
begin

0 commit comments

Comments
 (0)