jetwhiz / encfs4win

Windows port of EncFS
https://encfs.win
Other
400 stars 41 forks source link

Update for large file on windows using visual studio compiler #76

Closed g-stefan closed 7 years ago

g-stefan commented 7 years ago

Tested, 32 and 64 bit support using visual studio. Lage file > 64gb no errors.

jetwhiz commented 7 years ago

Thanks for this work, @g-stefan !

Could you please break this commit into a FUSE_OFF_T fix and the 64-bit support fix separately? The FUSE_OFF_T fix is ready to be merged, but I want to test out the x64 changes more before adding them to the release.

g-stefan commented 7 years ago

Hello i'm not really good at git, so I reverted the changes made! Now is only the FUSE_OFF_T fix.

jetwhiz commented 7 years ago

Hi @g-stefan -- can you create a branch at commit 9f00f6d (replaced off_t with FUSE_OFF_T) and perform a pull request with that branch instead? That way you don't need to worry about reverting any changes.