Przeglądaj źródła

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

git-svn-id: trunk@29626 -
florian 10 lat temu
rodzic
commit
e7dd48cba3
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      rtl/wince/system.pp

+ 3 - 0
rtl/wince/system.pp

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