more dbg output

This commit is contained in:
John Cupitt 2020-04-15 17:21:41 +01:00
parent 8ba31844d6
commit 168db157bf
1 changed files with 4 additions and 0 deletions

View File

@ -341,6 +341,10 @@ vips_remapfilerw( VipsImage *image )
{
void *baseaddr;
#ifdef DEBUG
printf( "vips_remapfilerw:\n" );
#endif /*DEBUG*/
#ifdef OS_WIN32
{
HANDLE hFile = (HANDLE) _get_osfhandle( image->fd );