mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 16:49:20 +02:00
* only rtl needed fix.
git-svn-id: trunk@36163 -
This commit is contained in:
parent
818a64952c
commit
b837f544de
@ -466,7 +466,7 @@ function GetOSRelDate:Longint;
|
|||||||
both old 3.0.X definition and new definition using pcint type.
|
both old 3.0.X definition and new definition using pcint type.
|
||||||
Problem solved using a special type called
|
Problem solved using a special type called
|
||||||
FPSysCtlFirstArgType. }
|
FPSysCtlFirstArgType. }
|
||||||
{$if defined(VER3_0_0) or defined(VER3_0_2)}
|
{$ifdef VER3_0}
|
||||||
type
|
type
|
||||||
FPSysCtlFirstArgType = PChar;
|
FPSysCtlFirstArgType = PChar;
|
||||||
{$else}
|
{$else}
|
||||||
|
Loading…
Reference in New Issue
Block a user