xz/windows
Lasse Collin 6b44b4a775 Add native threading support on Windows.
Now liblzma only uses "mythread" functions and types
which are defined in mythread.h matching the desired
threading method.

Before Windows Vista, there is no direct equivalent to
pthread condition variables. Since this package doesn't
use pthread_cond_broadcast(), pre-Vista threading can
still be kept quite simple. The pre-Vista code doesn't
use anything that wasn't already available in Windows 95,
so the binaries should run even on Windows 95 if someone
happens to care.
2013-09-17 11:52:28 +03:00
..
INSTALL-Windows.txt Remove doubled words from documentation and comments. 2011-04-12 11:59:49 +03:00
README-Windows.txt Add native threading support on Windows. 2013-09-17 11:52:28 +03:00
build.bash Add native threading support on Windows. 2013-09-17 11:52:28 +03:00