[fpc-devel] Trivial error in shellapi.pp after revision 40020

Michalis Kamburelis michalis.kambi at gmail.com
Wed Oct 24 19:04:23 CEST 2018


Hi,

Change in https://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&revision=40020
introduced a small typo, line 25 of shellapi.pp has

$endif}

instead of

{$endif}

(missing "{"), thus building a cross-compiler to Windows fails.

shellapi.pp(25,1) Fatal: Syntax error, "UNIT" expected but "ordinal const" found

Can you add "{" ? :) Thanks!

Regards,
Michalis



More information about the fpc-devel mailing list