more dbg output
This commit is contained in:
parent
8ba31844d6
commit
168db157bf
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user