Преглед изворни кода

* Use system_wince instead of [system_arm_wince,system_i386_wince].

git-svn-id: trunk@11426 -
yury пре 17 година
родитељ
комит
0e17d9e4d9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/ogcoff.pas

+ 1 - 1
compiler/ogcoff.pas

@@ -2263,7 +2263,7 @@ const pemagic : array[0..3] of byte = (
         { For some unknown reason WM 6.1 requires .idata section to be read only.
           Otherwise it refuses to load DLLs greater than 64KB.
           Earlier versions of WinCE load DLLs regardless of .idata flags. }
-        if target_info.system in [system_arm_wince,system_i386_wince] then
+        if target_info.system in system_wince then
           begin
             idataExeSec:=FindExeSection('.idata');
             if idataExeSec<>nil then