2
0
Эх сурвалжийг харах

- the external declaration of PascalMain is no longer needed for Win64 on 3.1.1+

git-svn-id: trunk@35369 -
svenbarth 8 жил өмнө
parent
commit
cfa5b9d809
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      rtl/win64/system.pp

+ 2 - 0
rtl/win64/system.pp

@@ -146,7 +146,9 @@ end;
 {$ifndef FPC_USE_WIN64_SEH}
 procedure install_exception_handlers;forward;
 {$endif FPC_USE_WIN64_SEH}
+{$ifdef VER3_0}
 procedure PascalMain;external name 'PASCALMAIN';
+{$endif VER3_0}
 
 { include code common with win32 }
 {$I syswin.inc}