Browse Source

+ Allow compilation as an external unit

git-svn-id: trunk@20203 -
pierre 13 years ago
parent
commit
f4a9b3d73b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/inc/softfpu.pp

+ 2 - 0
rtl/inc/softfpu.pp

@@ -84,6 +84,8 @@ unit softfpu;
 }
 {$Q-}
 {$goto on}
+{$macro on}
+{$define compilerproc:=stdcall }
 
 interface
 {$endif not(defined(fpc_softfpu_interface)) and not(defined(fpc_softfpu_implementation))}