asmaloney / libE57Format

Library for reading & writing the E57 file format
Boost Software License 1.0
130 stars 63 forks source link

CheckedFile: Fix CPP redefinition warnings #301

Closed nh2 closed 2 months ago

nh2 commented 2 months ago

Fixes #291.

The warning I got was "_LARGEFILE64_SOURCE" redefined".

Most likely, the same issue can exist for "__LARGE64_FILES"; applying the same fix it for that one as well even though I can't test it.

asmaloney commented 2 months ago

Thank you!