Closed sezero closed 2 years ago
What do you mean by the "client" programs? I see changes to wavpack.c
and wvunpack.c
so I assume those are okay, right?
What do you mean by the "client" programs? I see changes to
wavpack.c
andwvunpack.c
Yes, I meant clients of the library, i.e. wavpack, wvunpack, wvtag, wvgain ...
so I assume those are okay, right?
Yes they are.
Okay, I think I understand your comment then. The Watcom
support is done, but not necessarily the OS/2
support (which is obviously independent).
BTW, you may have noticed that there was OS/2 support added at one point; you can see #ifdef __OS2__
sprinkled all through the client programs. Perhaps most of it is done already.
Thanks!
Thanks.
Notes:
truncate_here()
The "
truncate_here
without 64 bit" is the only issue, but other than that it works: tested by packing and unpacking a wav file under windows.