Ignore:
Timestamp:
Dec 30, 2001, 1:40:08 PM (24 years ago)
Author:
sandervl
Message:

removed FAT32 fix in GetVolumeInformationA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/disk.cpp

    r7704 r7706  
    1 /* $Id: disk.cpp,v 1.27 2001-12-30 11:04:19 sandervl Exp $ */
     1/* $Id: disk.cpp,v 1.28 2001-12-30 12:40:08 sandervl Exp $ */
    22
    33/*
     
    324324            else
    325325            if(!strcmp(lpFileSystemNameBuffer, "CDFS") ||
    326                !strcmp(lpFileSystemNameBuffer, "UDF") ||
    327                !strcmp(lpFileSystemNameBuffer, "FAT32") ||
    328                !strcmp(lpFileSystemNameBuffer, "NTFS")) //in case somebody ever writes one
     326               !strcmp(lpFileSystemNameBuffer, "UDF"))
    329327            {
    330328                //do nothing
Note: See TracChangeset for help on using the changeset viewer.