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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to