dbry / WavPack

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

mark x86 asm functions as __cdecl for Watcom compiler : #131

Closed sezero closed 1 year ago

sezero commented 1 year ago

__cdecl isn't default calling convention for Watcom. This handles calling convention and also symbol decoration correctly.