Christian Costa <titan.co...@wanadoo.fr> writes: > commit 2ddacc839326d96f6508e8e431308160979c7082 > Author: Christian Costa <titan.co...@wanadoo.fr> > Date: Mon Jan 19 12:04:09 2009 +0100 > > Fix object files size limitation.
If you need to parse such large files using a file mapping would be better than reading it into a buffer. -- Alexandre Julliard julli...@winehq.org