| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2010.06.18 00:13 "Re: libtiff 4 API/ABI stability?", by Adam GoodeOn 06/17/2010 06:06 PM, Edward Lam wrote: > Sorry, I think that I'm wrong on this. It does look like tif_win32.c is > the default. On the note of tif_unix.c for Windows, I think we only need > to patch it _lseeki64 to work for large files? > It is the default if you use Makefile.vc. If you use the standard configure and make (like with MinGW), then tif_unix.c is used. And yes, it looks like _lseeki64 is all that is needed here. Though in that case, you don't get mmap on Windows. I could put together a patch to the autotools stuff to pick tif_win32.c on Windows. Then we just need to fix bug 1941. Adam |
|||||||