wireshark/speexdsp
Gerald Combs 74e0b506be Windows: Don't define or check for WIN32.
_WIN32 is defined by the compiler, and is arguably a more reliable
test that WIN32. Switch to checking for _WIN32 in a couple of places in
the code.

Remove a WIN32 definition from config.h. It was added for the WinPcap
developer pack but we no longer use that.
2022-08-05 08:33:49 +00:00
..
CMakeLists.txt
README.txt
arch.h
resample.c Corrects repeated words throughout the code. 2021-12-22 11:01:11 +00:00
speex_resampler.h Add remaining header files to Doxygen 2021-12-12 03:56:35 +00:00
stack_alloc.h Windows: Don't define or check for WIN32. 2022-08-05 08:33:49 +00:00

README.txt

Copied from http://git.xiph.org/speexdsp.git c470e2e89a6ca75b507437467692cd684b71a526
and modified to compile in the Wireshark source tree.