[physfs] 2.0 wishlist...

Ryan C. Gordon icculus at clutteredmind.org
Tue Sep 21 13:45:22 EDT 2004


> Well Windows tends to use their own Overlapped IO stuff for async 
> loading. CreateFile,ReadFile, etx is what you would use.

It's worth noting that we don't use open()/read() on Windows, but rather 
the Win32 API directly, so we aren't limited to what Microsoft puts in 
their C runtime library.

> I'd just like to see it as an option.

I agree.

--ryan.





More information about the physfs mailing list