* only rtl needed fix.

git-svn-id: trunk@36163 -
This commit is contained in:
marco 2017-05-09 17:10:42 +00:00
parent 818a64952c
commit b837f544de

View File

@ -466,7 +466,7 @@ function GetOSRelDate:Longint;
both old 3.0.X definition and new definition using pcint type.
Problem solved using a special type called
FPSysCtlFirstArgType. }
{$if defined(VER3_0_0) or defined(VER3_0_2)}
{$ifdef VER3_0}
type
FPSysCtlFirstArgType = PChar;
{$else}