diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2013-09-17 11:52:28 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2013-09-17 11:52:28 +0300 |
commit | 6b44b4a775fe29ecc7bcb7996e086e3bc09e5fd0 (patch) | |
tree | 09c42c60abcdf0acde7d83c89d695d3572e17ab7 /windows/README-Windows.txt | |
parent | Build: Remove a comment about Automake 1.10 from configure.ac. (diff) | |
download | xz-6b44b4a775fe29ecc7bcb7996e086e3bc09e5fd0.tar.xz |
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.
Diffstat (limited to 'windows/README-Windows.txt')
-rw-r--r-- | windows/README-Windows.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/README-Windows.txt b/windows/README-Windows.txt index 72c5a988..b6a85b83 100644 --- a/windows/README-Windows.txt +++ b/windows/README-Windows.txt @@ -29,7 +29,7 @@ Package contents There is one directory for each type of binaries: bin_i486 32-bit x86 (i486 and up), Windows 95 and later - bin_x86-64 64-bit x86-64, Windows XP and later + bin_x86-64 64-bit x86-64, Windows Vista and later Each of the above directories have the following files: |