dbry / WavPack

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

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

Closed sezero closed 1 year ago

sezero commented 1 year 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 1 year ago

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