tytso / e2fsprogs

Ext2/3/4 file system utilities
http://ext4.wiki.kernel.org
373 stars 219 forks source link

Building on cygwin #178

Open Zibri opened 7 months ago

Zibri commented 7 months ago
getsize.c: In function ‘ext2fs_get_device_size2’:
getsize.c:92:18: error: ‘windows_io_manager’ undeclared (first use in this function); did you mean ‘inode_io_manager’?
   92 |         retval = windows_io_manager->open(file, 0, &data_io);
      |                  ^~~~~~~~~~~~~~~~~~
      |                  inode_io_manager
getsize.c:92:18: note: each undeclared identifier is reported only once for each function it appears in