diff options
author | wm4 | 2017-12-21 20:23:14 +0100 |
---|---|---|
committer | wm4 | 2017-12-26 02:49:48 +0100 |
commit | 9b121dfc32810250938021952aab4172a988cb56 (patch) | |
tree | 4ba00da9da3be930ef112c7e802d3ed12744bef8 /Changelog | |
parent | 2aee5a87233277027bb281372f888b5246a58e77 (diff) |
w32pthreads: always use Vista+ API, drop XP support
This removes the XP compatibility code, and switches entirely to SWR
locks, which are available starting at Windows Vista.
This removes CRITICAL_SECTION use, which allows us to add
PTHREAD_MUTEX_INITIALIZER, which will be useful later.
Windows XP is hereby not a supported build target anymore. It was
decided in a project vote that this is OK.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ version <next>: - nsp demuxer - support LibreSSL (via libtls) - AVX-512/ZMM support added +- Dropped support for building for Windows XP. The minimum supported Windows + version is Windows Vista. version 3.4: |