浏览代码

Merged revisions 11426 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

........
r11426 | yury | 2008-07-21 01:22:57 +0300 (Пн, 21 июл 2008) | 1 line

* Use system_wince instead of [system_arm_wince,system_i386_wince].
........

git-svn-id: branches/fixes_2_2@11427 -

yury 17 年之前
父节点
当前提交
28140d4f4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/ogcoff.pas

+ 1 - 1
compiler/ogcoff.pas

@@ -2253,7 +2253,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