Explorar o código

+ {$PACKSET 1} for windows units to improve delphi compatibility

git-svn-id: trunk@7686 -
florian %!s(int64=18) %!d(string=hai) anos
pai
achega
fb1c8e5b1a
Modificáronse 3 ficheiros con 6 adicións e 0 borrados
  1. 2 0
      rtl/win32/windows.pp
  2. 2 0
      rtl/win64/windows.pp
  3. 2 0
      rtl/wince/windows.pp

+ 2 - 0
rtl/win32/windows.pp

@@ -14,6 +14,8 @@
  **********************************************************************}
 unit windows;
 
+{$PACKSET 1}
+
 {$ifndef NO_SMART_LINK}
 {$smartlink on}
 {$endif}

+ 2 - 0
rtl/win64/windows.pp

@@ -14,6 +14,8 @@
  **********************************************************************}
 unit windows;
 
+{$PACKSET 1}
+
 {$ifndef NO_SMART_LINK}
 {$smartlink on}
 {$endif}

+ 2 - 0
rtl/wince/windows.pp

@@ -17,6 +17,8 @@
 
 unit windows;
 
+{$PACKSET 1}
+
 {$ifndef NO_SMART_LINK}
 {$smartlink on}
 {$endif}