Browse Source

Add new FPC_NO_DEFAULT_MEMORYMANAGER define for msdos OS

git-svn-id: trunk@33675 -
pierre 9 years ago
parent
commit
2a3b5bec86
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/msdos/system.pp

+ 1 - 0
rtl/msdos/system.pp

@@ -3,6 +3,7 @@ unit System;
 interface
 
 {$DEFINE FPC_NO_DEFAULT_HEAP}
+{$define FPC_NO_DEFAULT_MEMORYMANAGER}
 
 {$DEFINE FPC_INCLUDE_SOFTWARE_MUL}
 {$DEFINE FPC_INCLUDE_SOFTWARE_MOD_DIV}