Date: Thu, 12 Jul 2001 18:02:11 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp-workers AT delorie DOT com Subject: Re: DJDIR Windows 2000 investigation results #1 In-Reply-To: <005f01c10ac5$a3f10000$0a02a8c0@acceleron> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 12 Jul 2001, Andrew Cottrell wrote: > Windows 98 FAT32 partition exe running on Windows 98 - OK 12/07/2001 > 09:28p 2,946,776,700 TEST.BIN > Windows 2000 NTFS partition exe running on Windows 2000 - OKAY > 12/07/2001 09:22p 2,946,776,700 TEST.BIN > Windows 2000 FAT32 partition with exe running on Windows 2000 - OKAY > 12/07/2001 09:15p 2,946,776,700 TEST.BIN > > It all looks okay for writing a file > 2GB with the mods. Thanks! So it looks like Windows 2000 simply doesn't need the FAT32 bit to support FAT32 volumes. If so, the suggested modification to _open.c is probably the right solution to this problem. If no one objects, I suggest we fix _open.c along these lines.