Browse Source

* baseaddr must be nil on windows

git-svn-id: trunk@11030 -
florian 17 years ago
parent
commit
873409cd3c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      rtl/inc/exeinfo.pp

+ 0 - 1
rtl/inc/exeinfo.pp

@@ -80,7 +80,6 @@ uses
         filename:=ParamStr(0)
       else
         begin
-          baseaddr:=Tmm.AllocationBase;
           TST[0]:= #0;
           GetModuleFileName(THandle(Tmm.AllocationBase), TST, SizeOf(TST));
           filename:= String(PChar(@TST));