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

utils.c: use prototyped function pointers instead of an opaque FARPROC. #140

Closed sezero closed 1 year ago

sezero commented 1 year ago

Also fixed the success check for SHGetSpecialFolderPathA() call.

Fixes the following warnings:

utils.c(405): Warning! W309: The function without prototyped parameters indirectly called utils.c(411): Warning! W309: The function without prototyped parameters indirectly called utils.c(424): Warning! W309: The function without prototyped parameters indirectly called

dbry commented 1 year ago

Thanks!