dbry / WavPack

WavPack encode/decode library, command-line programs, and several plugins
BSD 3-Clause "New" or "Revised" License
371 stars 67 forks source link

win32, get_length: use GetFileSizeEx() instead of GetFileSize(). #133

Closed sezero closed 2 years ago

sezero commented 2 years ago

This properly supports 64 bit file lengths. This obviously drops support for win9x and nt4, but the code already uses win32 apis available in win2k and newer.

sezero commented 2 years ago

Actually no, forget this patch, not truly necessary. Closing.