Browse Source

* only rtl needed fix.

git-svn-id: trunk@36163 -
marco 8 years ago
parent
commit
b837f544de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

@@ -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}