Sfoglia il codice sorgente

* patch by Karl-Michael Schindler to fix wince building, resolves #27403

git-svn-id: trunk@29626 -
florian 10 anni fa
parent
commit
e7dd48cba3
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      rtl/wince/system.pp

+ 3 - 0
rtl/wince/system.pp

@@ -26,6 +26,9 @@ interface
 {$define HAS_CMDLINE}
 {$define HAS_MEMORYMANAGER}  // comment this line to switch from wincemm to fpcmm
 {$define HAS_WIDESTRINGMANAGER}
+{$define DISABLE_NO_DYNLIBS_MANAGER}
+{$define FPC_SYSTEM_HAS_SYSDLH}
+
 
 { include system-independent routine headers }
 {$I systemh.inc}