Skip to content
Snippets Groups Projects
Commit c7ab6aff authored by wm4's avatar wm4 Committed by Diego Biurrun
Browse files

w32pthreads: always use Vista+ API, drop XP support


This removes the XP compatibility code, and switches entirely to SRW
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.

Signed-off-by: default avatarDiego Biurrun <diego@biurrun.de>
parent c31f6b1d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment