Browse Source

* remove DosVersion check limiting use of LFN calls for DiskSize/DiskFree to Win9x/ME (ignoring e.g. Win2K and others)

git-svn-id: trunk@3942 -
Tomas Hajny 19 years ago
parent
commit
054f7dda20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/go32v2/dos.pp

+ 1 - 1
rtl/go32v2/dos.pp

@@ -339,7 +339,7 @@ VAR
   S    : String;
   Rec  : ExtendedFat32FreeSpaceRec;
 BEGIN
- if (swap(dosversion)>=$070A) AND LFNSupport then
+ if {(swap(dosversion)>=$070A) AND} LFNSupport then
   begin
    S:='C:\'#0;
    if Drive=0 then