Explorar o código

* win32/64 stdio handles don't have fixed numbers, remove very old check
on handle <=4. Mantis #27221, by Anton Rzheshevski

git-svn-id: trunk@38189 -

marco %!s(int64=7) %!d(string=hai) anos
pai
achega
19b47e54bb
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      rtl/win/sysutils.pp

+ 0 - 2
rtl/win/sysutils.pp

@@ -357,8 +357,6 @@ end;
 
 Procedure FileClose (Handle : THandle);
 begin
-  if Handle<=4 then
-   exit;
   CloseHandle(Handle);
 end;