mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-25 00:09:34 +01:00
- the external declaration of PascalMain is no longer needed for Win64 on 3.1.1+
git-svn-id: trunk@35369 -
This commit is contained in:
parent
69fa837266
commit
cfa5b9d809
@ -146,7 +146,9 @@ end;
|
|||||||
{$ifndef FPC_USE_WIN64_SEH}
|
{$ifndef FPC_USE_WIN64_SEH}
|
||||||
procedure install_exception_handlers;forward;
|
procedure install_exception_handlers;forward;
|
||||||
{$endif FPC_USE_WIN64_SEH}
|
{$endif FPC_USE_WIN64_SEH}
|
||||||
|
{$ifdef VER3_0}
|
||||||
procedure PascalMain;external name 'PASCALMAIN';
|
procedure PascalMain;external name 'PASCALMAIN';
|
||||||
|
{$endif VER3_0}
|
||||||
|
|
||||||
{ include code common with win32 }
|
{ include code common with win32 }
|
||||||
{$I syswin.inc}
|
{$I syswin.inc}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user